Package net.ontopia.topicmaps.classify
Interface ClassifiableContentIF
-
- All Known Implementing Classes:
ClassifiableContent
,TopicContentPlugin.TopicAsContent
public interface ClassifiableContentIF
INTERNAL: Interface that holds the identifier and the actual content of a classifiable resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getContent()
INTERNAL: Returns the actual bytes in the content of the classiable content.String
getIdentifier()
INTERNAL: Returns an identifier that identifies the classifiable content.
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
INTERNAL: Returns an identifier that identifies the classifiable content. This could e.g. be the absolute filename or an URI of the resource.
-
getContent
byte[] getContent()
INTERNAL: Returns the actual bytes in the content of the classiable content.
-
-