- setAlertsEnabled(boolean) - Static method in class com.jmodule.util.InputUtil
-
- setHistoryEnabled(boolean) - Static method in class com.jmodule.util.InputUtil
-
- setModuleSeparator(String) - Method in class com.jmodule.exec.ConsoleClient
-
Sets the character(s) that will be shown between the app name and the module
in the prompt display.
- setPromptDisplayName(String) - Method in class com.jmodule.exec.ConsoleClient
-
Sets the app name that will show on the prompt display.
- setPromptSeparator(String) - Method in class com.jmodule.exec.ConsoleClient
-
Sets the character(s) that will come up at the end of the prompt on the CLI
to separate the prompt from the user input.
- setTabCompletionEnabled(boolean) - Static method in class com.jmodule.util.InputUtil
-
- setTerminalRawInput() - Static method in class com.jmodule.util.ConsoleUtil
-
Sets terminal to raw input mode.
- setTerminalRegularInput() - Static method in class com.jmodule.util.ConsoleUtil
-
Sets terminal to regular input mode