Package net.ontopia.infoset.content
Class ContentStoreUtils
java.lang.Object
net.ontopia.infoset.content.ContentStoreUtils
INTERNAL: Utility methods for accessing the content store.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentStoreIFgetContentStore(TopicMapIF topicmap, Map<?, ?> properties) Returns a content store for content stored in the given topic map.
-
Constructor Details
-
ContentStoreUtils
public ContentStoreUtils()
-
-
Method Details
-
getContentStore
Returns a content store for content stored in the given topic map.- Parameters:
topicmap- The topic mapproperties- String properties for configuring the store.
-