public class TopicMaps extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_REPOSITORY |
protected static Map<String,TopicMapRepositoryIF> |
repositories |
Constructor and Description |
---|
TopicMaps() |
Modifier and Type | Method and Description |
---|---|
static TopicMapStoreIF |
createStore(String topicmapId,
boolean readOnly)
PUBLIC: Returns a new TopicMapStoreIF from the default
repository.
|
static TopicMapStoreIF |
createStore(String topicmapId,
boolean readOnly,
String repositoryId)
PUBLIC: Returns a new TopicMapStoreIF from the given
repository.
|
static void |
forget(TopicMapRepositoryIF repositoryIF) |
static TopicMapRepositoryIF |
getRepository()
PUBLIC: Returns the default topic maps repository.
|
static TopicMapRepositoryIF |
getRepository(String repositoryId)
PUBLIC: Returns the default topic maps repository.
|
static TopicMapRepositoryIF |
getRepository(String repositoryId,
Map<String,String> environ) |
protected static final String DEFAULT_REPOSITORY
protected static final Map<String,TopicMapRepositoryIF> repositories
public static TopicMapStoreIF createStore(String topicmapId, boolean readOnly)
public static TopicMapStoreIF createStore(String topicmapId, boolean readOnly, String repositoryId)
public static TopicMapRepositoryIF getRepository()
public static TopicMapRepositoryIF getRepository(String repositoryId)
public static TopicMapRepositoryIF getRepository(String repositoryId, Map<String,String> environ)
public static void forget(TopicMapRepositoryIF repositoryIF)