aQute.lib.osgi
Interface Resource

All Known Implementing Classes:
AbstractResource, EmbeddedResource, FileResource, JarResource, PreprocessResource, URLResource, WriteResource, ZipResource

public interface Resource


Method Summary
 String getExtra()
           
 long lastModified()
           
 InputStream openInputStream()
           
 void setExtra(String extra)
           
 void write(OutputStream out)
           
 

Method Detail

openInputStream

InputStream openInputStream()
                            throws IOException
Throws:
IOException

write

void write(OutputStream out)
           throws IOException
Throws:
IOException

lastModified

long lastModified()

setExtra

void setExtra(String extra)

getExtra

String getExtra()


Copyright © 2010 aQute SARL. All Rights Reserved.