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 Resource
public void write(OutputStream out) throws Exception
public InputStream openInputStream() throws Exception
openInputStream
in interface Resource
Exception
public Jar getJar()
Copyright © 2015 aQute SARL. All Rights Reserved.