public class HomerApplication extends MoMLApplication
ConfigurationApplication.IgnoreErrorHandler
Modifier and Type | Field and Description |
---|---|
(package private) HomerMainFrame |
_frame
The frame that is created by this class.
|
_basePath, _commandFlagsWithDescriptions, _commandOptions, _commandTemplate, _configuration, _exit, _parser, _printPDF, _run, _run20x, _statistics, _test
Constructor and Description |
---|
HomerApplication(java.lang.String[] args)
Parse the command-line arguments and configuration.
|
Modifier and Type | Method and Description |
---|---|
protected Configuration |
_createDefaultConfiguration()
Return the full default application configuration.
|
protected Configuration |
_createEmptyConfiguration()
Return the full default configuration.
|
Configuration |
getConfiguration()
Get the local configuration of the application.
|
HomerMainFrame |
getHomerMainFrame()
Return the HomerMainFrame.
|
static void |
main(java.lang.String[] args)
Create a new instance of this application, passing it the
command-line arguments.
|
_initializeApplication
_configurationUsage, _configurationUsage, _openModel, _openModel, _parseArg, _parseArgs, _printPDF, _readConfiguration, _usage, closeModelWithoutSavingOrExiting, configurationDirectories, configurationDirectoryFullOrFirst, executionError, executionFinished, getActiveCount, managerStateChanged, models, openModel, openModelOrEntity, readConfiguration, runModels, setActiveCount, specToURL, throwArgsException, waitForFinish
HomerMainFrame _frame
public HomerApplication(java.lang.String[] args) throws java.lang.Exception
args
- The command-line arguments.java.lang.Exception
- If command line arguments have problems.public static void main(java.lang.String[] args)
args
- The command-line arguments.public Configuration getConfiguration()
public HomerMainFrame getHomerMainFrame()
protected Configuration _createDefaultConfiguration() throws java.lang.Exception
_createDefaultConfiguration
in class ConfigurationApplication
java.lang.Exception
- If the configuration cannot be opened.protected Configuration _createEmptyConfiguration() throws java.lang.Exception
_createEmptyConfiguration
in class ConfigurationApplication
java.lang.Exception
- If the configuration cannot be opened.