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 Exception
- Specified by:
write
in interface Resource
- Throws:
Exception
openInputStream
public InputStream openInputStream()
throws Exception
- Specified by:
openInputStream
in interface Resource
- Throws:
Exception
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 © 2012 aQute SARL. All Rights Reserved.