net.ontopia.topicmaps.utils.tmprefs
Class TopicMapPreferencesFactory
java.lang.Object
net.ontopia.topicmaps.utils.tmprefs.TopicMapPreferencesFactory
- All Implemented Interfaces:
- PreferencesFactory
public abstract class TopicMapPreferencesFactory
- extends Object
- implements PreferencesFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
systemRoots
protected Map<String,Preferences> systemRoots
userRoots
protected Map<String,Preferences> userRoots
FIXEDSYSTEMKEY
public static final String FIXEDSYSTEMKEY
- See Also:
- Constant Field Values
TopicMapPreferencesFactory
public TopicMapPreferencesFactory()
systemRoot
public Preferences systemRoot()
- Specified by:
systemRoot
in interface PreferencesFactory
userRoot
public Preferences userRoot()
- Specified by:
userRoot
in interface PreferencesFactory
getSystemKey
protected String getSystemKey()
getUserKey
protected abstract String getUserKey()
getSystemTopicMapReference
protected abstract TopicMapReferenceIF getSystemTopicMapReference(String key)
getUserTopicMapReference
protected abstract TopicMapReferenceIF getUserTopicMapReference(String key)
createSystemRootTopic
protected TopicIF createSystemRootTopic(TopicMapIF topicmap)
throws BackingStoreException
- Throws:
BackingStoreException
createUserRootTopic
protected abstract TopicIF createUserRootTopic(TopicMapIF topicmap)
throws BackingStoreException
- Throws:
BackingStoreException
Copyright © 2000-2012 Ontopia.