Package net.ontopia.infoset.content
Class ContentStoreUtils
- java.lang.Object
-
- net.ontopia.infoset.content.ContentStoreUtils
-
public class ContentStoreUtils extends Object
INTERNAL: Utility methods for accessing the content store.
-
-
Constructor Summary
Constructors Constructor Description ContentStoreUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ContentStoreIF
getContentStore(TopicMapIF topicmap, Map<?,?> properties)
Returns a content store for content stored in the given topic map.
-
-
-
Method Detail
-
getContentStore
public static ContentStoreIF getContentStore(TopicMapIF topicmap, Map<?,?> properties)
Returns a content store for content stored in the given topic map.- Parameters:
topicmap
- The topic mapproperties
- String properties for configuring the store.
-
-