|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sam.core.Settings.Startup
Placeholder class for forcing various static
initializers as required by the program.
This is for example the case for static registration of cipher or user interface implementations.
Field Summary | |
static java.lang.String |
BOOTSTRAP_USER_INTERFACE
The user interface to be loaded at startup |
Constructor Summary | |
Settings.Startup()
|
Method Summary | |
static boolean |
load()
Loads various classes (and thus executes their static initializers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String BOOTSTRAP_USER_INTERFACE
Constructor Detail |
public Settings.Startup()
Method Detail |
public static boolean load()
static
initializers
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |