aQute.lib.osgi
Class JarResource
java.lang.Object
aQute.lib.osgi.JarResource
- All Implemented Interfaces:
- Resource
public class JarResource
- extends Object
- implements Resource
JarResource
public JarResource(Jar jar)
getExtra
public String getExtra()
- Specified by:
getExtra in interface Resource
lastModified
public long lastModified()
- Specified by:
lastModified in interface Resource
write
public void write(OutputStream out)
throws IOException
- Specified by:
write in interface Resource
- Throws:
IOException
openInputStream
public InputStream openInputStream()
throws IOException
- Specified by:
openInputStream in interface Resource
- Throws:
IOException
setExtra
public void setExtra(String extra)
- Specified by:
setExtra in interface Resource
getJar
public Jar getJar()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010 aQute SARL. All Rights Reserved.