Package net.ontopia.topicmaps.classify
Class TopicContentPlugin.TopicAsContent
java.lang.Object
net.ontopia.topicmaps.classify.TopicContentPlugin.TopicAsContent
- All Implemented Interfaces:
ClassifiableContentIF
- Enclosing class:
- TopicContentPlugin
public static class TopicContentPlugin.TopicAsContent
extends Object
implements ClassifiableContentIF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]INTERNAL: Returns the actual bytes in the content of the classiable content.INTERNAL: Returns an identifier that identifies the classifiable content.
-
Constructor Details
-
TopicAsContent
-
-
Method Details
-
getIdentifier
Description copied from interface:ClassifiableContentIFINTERNAL: Returns an identifier that identifies the classifiable content. This could e.g. be the absolute filename or an URI of the resource.- Specified by:
getIdentifierin interfaceClassifiableContentIF
-
getContent
public byte[] getContent()Description copied from interface:ClassifiableContentIFINTERNAL: Returns the actual bytes in the content of the classiable content.- Specified by:
getContentin interfaceClassifiableContentIF
-