|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectome.formats.importer.ImportConfig.Value<T>
T
- public abstract static class ImportConfig.Value<T>
Container which thread-safely makes a generic configuration value available, without requiring getters and setters.
Method Summary | |
---|---|
boolean |
empty()
|
protected abstract T |
fromString(String string)
|
T |
get()
Returns the generic type contained by this holder. |
void |
load()
Loads properties from various locations. |
void |
set(T t)
Sets the in-memory value, which will get persisted on store() when ImportConfig.saveAll() is called. |
void |
store()
Stores the current value back to some medium. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public T get()
public void set(T t)
store()
when ImportConfig.saveAll()
is called.
public String toString()
toString
in class Object
public void store()
which
. In each case,
the type-matching source is used except when the
Properties
are used, since this is most likely not a
persistent store.
public void load()
Properties
argument, the PreferenceContext
, the
Preferences
, the IniFileLoader
, and finally the
default value.
public boolean empty()
protected abstract T fromString(String string)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.