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.ScopeUacaOptions.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, toStringHelperpublic 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 AbstractPreferencespublic 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 PreferenceStoreOptionspublic java.net.URL getApplicationUrl()
getApplicationUrl in interface UacaOptionspublic boolean isConnectionCheckEnabled()
isConnectionCheckEnabled in interface UacaOptionspublic boolean isErrorDialogEnabled()
isErrorDialogEnabled in interface UacaOptionspublic boolean isRequestLogEnabled()
isRequestLogEnabled in interface UacaOptionspublic boolean isNoticeLogEnabled()
isNoticeLogEnabled in interface UacaOptionspublic boolean isErrorLogEnabled()
isErrorLogEnabled in interface UacaOptions