public final class UacaPreferences extends AbstractPreferences implements PreferenceStoreOptions, java.io.Serializable, UacaOptions
Modifier and Type | Class and Description |
---|---|
static class |
UacaPreferences.Initializer |
static class |
UacaPreferences.Keys |
AbstractPreferences.Scope
UacaOptions.Schema, UacaOptions.View
Modifier and Type | Method and Description |
---|---|
void |
fromMap(java.util.Map<java.lang.String,java.lang.Object> map)
Throws
UnsupportedOperationException . |
java.lang.Object |
get(java.lang.String key)
Returns preference value for specified key.
|
java.net.URL |
getApplicationUrl() |
static UacaPreferences |
getDefault()
Gets default scoped core preferences.
|
org.eclipse.ui.preferences.ScopedPreferenceStore |
getPreferenceStore()
Returns the backing scoped preference store.
|
static UacaPreferences |
getShared()
Gets configuration scoped core preferences.
|
boolean |
isConnectionCheckEnabled() |
boolean |
isErrorDialogEnabled() |
boolean |
isErrorLogEnabled() |
boolean |
isNoticeLogEnabled() |
boolean |
isRequestLogEnabled() |
java.lang.Object |
put(java.lang.String key,
java.lang.Object value)
Throws
UnsupportedOperationException . |
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Returns a read only snapshot of preferences.
|
java.lang.String |
toString() |
clear, flush, node, scope, synchronize, toStringHelper
public static UacaPreferences getDefault()
public static UacaPreferences getShared()
public void fromMap(java.util.Map<java.lang.String,java.lang.Object> map)
UnsupportedOperationException
.public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class AbstractPreferences
public java.lang.Object put(java.lang.String key, java.lang.Object value)
UnsupportedOperationException
.public java.lang.Object get(java.lang.String key)
public org.eclipse.ui.preferences.ScopedPreferenceStore getPreferenceStore()
getPreferenceStore
in interface PreferenceStoreOptions
public java.net.URL getApplicationUrl()
getApplicationUrl
in interface UacaOptions
public boolean isConnectionCheckEnabled()
isConnectionCheckEnabled
in interface UacaOptions
public boolean isErrorDialogEnabled()
isErrorDialogEnabled
in interface UacaOptions
public boolean isRequestLogEnabled()
isRequestLogEnabled
in interface UacaOptions
public boolean isNoticeLogEnabled()
isNoticeLogEnabled
in interface UacaOptions
public boolean isErrorLogEnabled()
isErrorLogEnabled
in interface UacaOptions