| Constructor and Description |
|---|
JarResource(Jar jar) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtra() |
Jar |
getJar() |
long |
lastModified() |
InputStream |
openInputStream() |
void |
setExtra(String extra) |
String |
toString() |
void |
write(OutputStream out) |
public JarResource(Jar jar)
public long lastModified()
lastModified in interface Resourcepublic void write(OutputStream out) throws Exception
public InputStream openInputStream() throws Exception
openInputStream in interface ResourceExceptionpublic Jar getJar()
Copyright © 2015 aQute SARL. All Rights Reserved.