public class KeplerInitializer extends java.lang.Object
How this works is that configs/ptolemy/configs/kepler/configuration.xml sets a StringParameter called "_applicationInitializer" that names this class. KeplerApplication reads the parameter and instantiates this class.
| Constructor and Description |
|---|
KeplerInitializer()
Perform any Kepler specific initialization.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
initializeSystem() |
public KeplerInitializer() throws java.lang.Exception
java.lang.Exceptionpublic static void initializeSystem() throws java.lang.Exception
java.lang.Exception