Uses of Interface
com.aspectran.shell.command.CommandInterpreter
-
Packages that use CommandInterpreter Package Description com.aspectran.shell.command com.aspectran.shell.console A package for enhanced shell input and output. -
-
Uses of CommandInterpreter in com.aspectran.shell.command
Classes in com.aspectran.shell.command that implement CommandInterpreter Modifier and Type Class Description classShellCommandInterpreterThe Shell Command Interpreter.Methods in com.aspectran.shell.command that return CommandInterpreter Modifier and Type Method Description CommandInterpreterAbstractCommand. getInterpreter()CommandInterpreterCommandRegistry. getInterpreter()CommandInterpreterShellCommandRegistry. getInterpreter()Constructors in com.aspectran.shell.command with parameters of type CommandInterpreter Constructor Description ShellCommandRegistry(CommandInterpreter interpreter) -
Uses of CommandInterpreter in com.aspectran.shell.console
Methods in com.aspectran.shell.console that return CommandInterpreter Modifier and Type Method Description CommandInterpreterAbstractConsole. getInterpreter()CommandInterpreterConsole. getInterpreter()CommandInterpreterConsoleWrapper. getInterpreter()Methods in com.aspectran.shell.console with parameters of type CommandInterpreter Modifier and Type Method Description voidAbstractConsole. setInterpreter(CommandInterpreter interpreter)voidConsole. setInterpreter(CommandInterpreter interpreter)voidConsoleWrapper. setInterpreter(CommandInterpreter interpreter)
-