aQute.bnd.osgi
Class CommandResource

java.lang.Object
  extended by aQute.bnd.osgi.WriteResource
      extended by aQute.bnd.osgi.CommandResource
All Implemented Interfaces:
Resource

public class CommandResource
extends WriteResource


Constructor Summary
CommandResource(String command, Builder domain, long lastModified, File wd)
           
 
Method Summary
 long lastModified()
           
 void write(OutputStream out)
           
 
Methods inherited from class aQute.bnd.osgi.WriteResource
getExtra, openInputStream, setExtra, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandResource

public CommandResource(String command,
                       Builder domain,
                       long lastModified,
                       File wd)
Method Detail

write

public void write(OutputStream out)
           throws IOException,
                  Exception
Specified by:
write in interface Resource
Specified by:
write in class WriteResource
Throws:
IOException
Exception

lastModified

public long lastModified()
Specified by:
lastModified in interface Resource
Specified by:
lastModified in class WriteResource


Copyright © 2014 aQute SARL. All rights reserved.