public class KeplerConfigurationApplication extends ConfigurationApplication
ConfigurationApplication.IgnoreErrorHandler_basePath, _commandFlagsWithDescriptions, _commandOptions, _commandTemplate, _configuration, _exit, _parser, _printPDF, _run, _run20x, _statistics, _test| Constructor and Description |
|---|
KeplerConfigurationApplication(java.lang.String[] args)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
_exit()
Start a new thread that calls Kepler.shutdown() and exits the JVM.
|
void |
executionError(Manager manager,
java.lang.Throwable throwable)
Print a stack trace of the error.
|
static void |
main(java.lang.String[] args)
main method
|
protected boolean |
parseArg(java.lang.String arg)
Parse a command-line argument.
|
protected void |
parseArgs(java.lang.String[] args)
Parse the command-line arguments.
|
_configurationUsage, _configurationUsage, _createDefaultConfiguration, _createEmptyConfiguration, _initializeApplication, _openModel, _openModel, _parseArg, _parseArgs, _printPDF, _readConfiguration, _usage, closeModelWithoutSavingOrExiting, configurationDirectories, configurationDirectoryFullOrFirst, executionFinished, getActiveCount, managerStateChanged, models, openModel, openModelOrEntity, readConfiguration, runModels, setActiveCount, specToURL, throwArgsException, waitForFinishpublic KeplerConfigurationApplication(java.lang.String[] args) throws java.lang.Exception
args - java.lang.Exceptionprotected void _exit()
protected void parseArgs(java.lang.String[] args) throws java.lang.Exception
args - The command-line arguments to be parsed.java.lang.Exception - If an argument is not understood or triggers an error.protected boolean parseArg(java.lang.String arg) throws java.lang.Exception
arg - The command-line argument to be parsed.java.lang.Exception - If something goes wrong.public void executionError(Manager manager, java.lang.Throwable throwable)
executionError in interface ExecutionListenerexecutionError in class ConfigurationApplicationmanager - The manager calling this method.throwable - The throwable being reported.public static void main(java.lang.String[] args)