|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.entry.TopicMaps
public class TopicMaps
PUBLIC: The primary access point to your topic maps. The topic map repository definition will be loaded from the CLASSPATH. The default topic map repository will be loaded from the resource 'tm-sources.xml'.
Constructor Summary | |
---|---|
TopicMaps()
|
Method Summary | |
---|---|
static TopicMapStoreIF |
createStore(java.lang.String topicmapId,
boolean readOnly)
PUBLIC: Returns a new TopicMapStoreIF from the default repository. |
static TopicMapStoreIF |
createStore(java.lang.String topicmapId,
boolean readOnly,
java.lang.String repositoryId)
PUBLIC: Returns a new TopicMapStoreIF from the given repository. |
static TopicMapRepositoryIF |
getRepository()
PUBLIC: Returns the default topic maps repository. |
static TopicMapRepositoryIF |
getRepository(java.lang.String repositoryId)
PUBLIC: Returns the default topic maps repository. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TopicMaps()
Method Detail |
---|
public static TopicMapStoreIF createStore(java.lang.String topicmapId, boolean readOnly)
public static TopicMapStoreIF createStore(java.lang.String topicmapId, boolean readOnly, java.lang.String repositoryId)
public static TopicMapRepositoryIF getRepository()
public static TopicMapRepositoryIF getRepository(java.lang.String repositoryId)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |