- AbstractCommand - Class in ru.d_shap.cli.command
-
Base class for all commands.
- AbstractConfirmCommand - Class in ru.d_shap.cli.command.menu
-
Base class for all commands to confirm user action or to return to the parent command.
- AbstractContainerCommand - Class in ru.d_shap.cli.command
-
Base class for all commands that execute contained commands with the nested context.
- AbstractExecutionCommand - Class in ru.d_shap.cli.command
-
Base class for all execution commands.
- AbstractInputBooleanCommand - Class in ru.d_shap.cli.command.input
-
Base class for all Boolean input commands.
- AbstractInputCommand<T> - Class in ru.d_shap.cli.command.input
-
Base class for all input commands.
- AbstractInputDoubleCommand - Class in ru.d_shap.cli.command.input
-
Base class for all Double input commands.
- AbstractInputFloatCommand - Class in ru.d_shap.cli.command.input
-
Base class for all Float input commands.
- AbstractInputIntegerCommand - Class in ru.d_shap.cli.command.input
-
Base class for all Integer input commands.
- AbstractInputLongCommand - Class in ru.d_shap.cli.command.input
-
Base class for all Long input commands.
- AbstractInputStringCommand - Class in ru.d_shap.cli.command.input
-
Base class for all String input commands.
- AbstractMenuCommand - Class in ru.d_shap.cli.command.menu
-
Base class for all menu selection commands.
- AbstractUserActionCommand - Class in ru.d_shap.cli.command
-
Base class for all user action commands.
- AbstractYesNoCancelCommand - Class in ru.d_shap.cli.command.menu
-
Base class for all commands to select one of two options or to return to the parent command.
- AbstractYesNoCommand - Class in ru.d_shap.cli.command.menu
-
Base class for all commands to select one of two options.
- addLine(String) - Method in class ru.d_shap.cli.data.Lines
-
Add the output line.
- addLines(String...) - Method in class ru.d_shap.cli.data.Lines
-
Add the output lines.
- addLines(Collection<String>) - Method in class ru.d_shap.cli.data.Lines
-
Add the output lines.
- available() - Method in class ru.d_shap.cli.io.InputStreamWrapper
-