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
 byte[] getContent()
          INTERNAL: Returns the actual bytes in the content of the classiable content.
 java.lang.String getIdentifier()
          INTERNAL: Returns an identifier that identifies the classifiable content.
 

Method Detail

getIdentifier

java.lang.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.



Copyright © 2000-2012 Ontopia.