- enableAlerts(boolean) - Method in class com.jmodule.exec.ConsoleClient
-
Sets whether the client will trigger the system's default alert sound when
the user performs actions that cannot have a result.
- enableHistoryIndexDisplay(boolean) - Method in class com.jmodule.exec.ConsoleClient
-
Sets whether the client will display the history index in the prompt.
- enableHistoryLogging(boolean) - Method in class com.jmodule.exec.ConsoleClient
-
Sets whether the client will log history of user commands.
- enableTabCompletion(boolean) - Method in class com.jmodule.exec.ConsoleClient
-
Sets whether the client will be able to toggle through command history using
the tab key
- execute(String[]) - Method in class com.jmodule.def.CommandLogic
-
Override this method to define the logic for a command.