sam.core
Class Settings.Startup

java.lang.Object
  |
  +--sam.core.Settings.Startup
Enclosing class:
Settings

public static class Settings.Startup
extends java.lang.Object

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

BOOTSTRAP_USER_INTERFACE

public static final java.lang.String BOOTSTRAP_USER_INTERFACE
The user interface to be loaded at startup

See Also:
Constant Field Values
Constructor Detail

Settings.Startup

public Settings.Startup()
Method Detail

load

public static boolean load()
Loads various classes (and thus executes their static initializers

Returns:
wether the loading was successfull