|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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'.
Field Summary | |
---|---|
protected static java.lang.String |
DEFAULT_REPOSITORY
|
protected static java.util.Map<java.lang.String,TopicMapRepositoryIF> |
repositories
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String DEFAULT_REPOSITORY
protected static final java.util.Map<java.lang.String,TopicMapRepositoryIF> repositories
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 |