Package | Description |
---|---|
org.mdi.app |
Main package of the framework.
|
org.mdi.bootstrap.launcher |
These classes are used to handle the command-line properties.
|
org.mdi.plugins |
Plugins management classes.
|
Modifier and Type | Field and Description |
---|---|
protected CommandLineHandler |
AbstractApplication.commandLineHandler
The command-line handler.
|
Modifier and Type | Method and Description |
---|---|
CommandLineHandler |
AbstractApplication.getCommandLineHandler()
Return the command-line handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractApplication.setCommandLineHandler(CommandLineHandler handler)
Set the command-line handler.
|
Modifier and Type | Method and Description |
---|---|
default CommandLineHandler |
CommandLineListener.getCommandLineHandler()
Return the command-line handler.
|
Modifier and Type | Method and Description |
---|---|
default void |
CommandLineListener.setCommandLineHandler(CommandLineHandler handler)
Set the command-line handler.
|
Modifier and Type | Field and Description |
---|---|
protected CommandLineHandler |
AbstractPlugin.commandLineHandler
The command-line handler.
|
Modifier and Type | Method and Description |
---|---|
CommandLineHandler |
AbstractPlugin.getCommandLineHandler()
Return the command-line handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlugin.setCommandLineHandler(CommandLineHandler handler)
Set the command-line handler.
|