aQute.lib.osgi
Class WriteResource
java.lang.Object
aQute.lib.osgi.WriteResource
- All Implemented Interfaces:
- Resource
- Direct Known Subclasses:
- CalltreeResource, CoverageResource, PomFromManifest, PomResource
public abstract class WriteResource
- extends Object
- implements Resource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteResource
public WriteResource()
openInputStream
public InputStream openInputStream()
throws Exception
- Specified by:
openInputStream
in interface Resource
- Throws:
Exception
write
public abstract void write(OutputStream out)
throws IOException,
Exception
- Specified by:
write
in interface Resource
- Throws:
IOException
Exception
lastModified
public abstract long lastModified()
- Specified by:
lastModified
in interface Resource
getExtra
public String getExtra()
- Specified by:
getExtra
in interface Resource
setExtra
public void setExtra(String extra)
- Specified by:
setExtra
in interface Resource
Copyright © 2012 aQute SARL. All Rights Reserved.