| Package | Description |
|---|---|
| ru.d_shap.cli |
CLI tools provide facilities for the command line interface development.
|
| ru.d_shap.cli.command |
CLI command classes.
|
| ru.d_shap.cli.data |
Command data classes.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Command.getContext()
Get the command context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandRunner.execute(Command command,
Context context)
Execute the command sequence with the specified context, started from the specified command.
|
void |
Command.setContext(Context context)
Set the command context.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
AbstractCommand.getContext() |
Context |
CommandDelegate.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCommand.setContext(Context context) |
void |
CommandDelegate.setContext(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.copyValueTo(String name,
Context context)
Copy the value to the specified context.
|
void |
Context.copyValueTo(String name,
Context context,
String contextName)
Copy the value to the specified context.
|
| Constructor and Description |
|---|
Context(Context context)
Create new object.
|
Copyright © 2019. All rights reserved.