Package aQute.bnd.metatype
Class TagResource
- java.lang.Object
-
- aQute.bnd.osgi.WriteResource
-
- aQute.bnd.metatype.TagResource
-
- All Implemented Interfaces:
Resource
,java.io.Closeable
,java.lang.AutoCloseable
public class TagResource extends WriteResource
-
-
Constructor Summary
Constructors Constructor Description TagResource(aQute.lib.tag.Tag tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
lastModified()
void
write(java.io.OutputStream out)
-
Methods inherited from class aQute.bnd.osgi.WriteResource
buffer, close, getExtra, openInputStream, setExtra, size
-
-
-
-
Method Detail
-
write
public void write(java.io.OutputStream out) throws java.io.IOException
- Specified by:
write
in interfaceResource
- Specified by:
write
in classWriteResource
- Throws:
java.io.IOException
-
lastModified
public long lastModified()
- Specified by:
lastModified
in interfaceResource
- Specified by:
lastModified
in classWriteResource
-
-