Package com.aspectran.shell.command
Interface ConsoleCommander
-
- All Known Implementing Classes:
DefaultConsoleCommander
,JLineConsoleCommander
public interface ConsoleCommander
The Shell Commander.Created: 2017. 6. 3.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandRegistry
getCommandRegistry()
<T extends ShellConsole>
TgetConsole()
ShellService
getShellService()
-
-
-
Method Detail
-
getConsole
<T extends ShellConsole> T getConsole()
-
getCommandRegistry
CommandRegistry getCommandRegistry()
-
getShellService
ShellService getShellService()
-
-