public class PreferencesStore extends PreferencesMap
| Constructor and Description |
|---|
PreferencesStore()
Initialize the PreferencesStore with the defaults in the default property file.
|
| Modifier and Type | Method and Description |
|---|---|
protected PreferencesMap |
createChild(String myKey) |
DSSPreferences |
getDSSPreferences()
Gets the DSS Preferences object
|
PKIPreferences |
getPKIPreferences()
Gets the PKI Preferences
|
protected Object |
getPrefValueFromString(String prefName,
String value) |
PreferencesMap |
newInstance()
Get the new instance of the type
|
void |
setDSSPreferences(DSSPreferences prefs)
Sets the DSSPreferences object in the preferences
|
void |
setPKIPreferences(PKIPreferences prefs)
Sets the PKI Preferences
|
void |
setPreferences(Properties props)
Set preferences of the PreferencesStore with the properties provided.
|
clone, get, getNonCloneableKeys, getPreference, put, setPreferencepublic PreferencesStore()
public void setPreferences(Properties props)
props - Properties to be used for preferences.protected Object getPrefValueFromString(String prefName, String value)
getPrefValueFromString in class PreferencesMappublic PreferencesMap newInstance()
PreferencesMapnewInstance in class PreferencesMapPreferencesMapprotected PreferencesMap createChild(String myKey)
createChild in class PreferencesMappublic DSSPreferences getDSSPreferences()
public void setDSSPreferences(DSSPreferences prefs)
prefs - the DSSPreferences object to be setpublic PKIPreferences getPKIPreferences()
public void setPKIPreferences(PKIPreferences prefs)
prefs - PKI PreferencesCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.