aQute.bnd.component
Class TagResource

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

public class TagResource
extends WriteResource


Constructor Summary
TagResource(Tag tag)
           
 
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

TagResource

public TagResource(Tag tag)
Method Detail

write

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

lastModified

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


Copyright © 2014 aQute SARL. All rights reserved.