aQute.bnd.osgi
Class WriteResource
java.lang.Object
aQute.bnd.osgi.WriteResource
- All Implemented Interfaces:
- Resource
- Direct Known Subclasses:
- CalltreeResource, CombinedResource, CommandResource, CoverageResource, JarResource, MetaTypeReader, PomFromManifest, PomResource, TagResource, TagResource
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
size
public long size()
throws IOException,
Exception
- Specified by:
size in interface Resource
- Throws:
IOException
Exception
Copyright © 2014 aQute SARL. All rights reserved.