| Package | Description |
|---|---|
| org.mdi.bootstrap.launcher |
These classes are used to handle the command-line properties.
|
| Modifier and Type | Method and Description |
|---|---|
Argument |
ArgumentGroup.getArgument(java.lang.String key)
Return the argument of a specified key in the group.
|
Argument |
CommandLineHandler.getArgument(java.lang.String key)
Return the argument of a specified key.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Argument> |
ArgumentGroup.getArguments()
Return the arguments in the group.
|
java.util.Map<java.lang.String,Argument> |
CommandLineHandler.getArguments()
Return the arguments managed by the handler.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
CommandLineListener.handleCommandLineArguments(java.util.Map<java.lang.String,ArgumentGroup> argumentGroups,
java.util.Map<java.lang.String,Argument> arguments) |