Package com.aspectran.shell.command
Class ShellCommandInterpreter
- java.lang.Object
-
- com.aspectran.shell.command.ShellCommandInterpreter
-
- All Implemented Interfaces:
CommandInterpreter
public class ShellCommandInterpreter extends java.lang.Object implements CommandInterpreter
The Shell Command Interpreter.Created: 2017. 6. 3.
-
-
Constructor Summary
Constructors Constructor Description ShellCommandInterpreter(Console console)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandRegistrygetCommandRegistry()ConsolegetConsole()ShellServicegetService()voidinit(java.lang.String basePath, java.io.File aspectranConfigFile)voidperform()voidrelease()
-
-
-
Constructor Detail
-
ShellCommandInterpreter
public ShellCommandInterpreter(Console console)
-
-
Method Detail
-
getConsole
public Console getConsole()
- Specified by:
getConsolein interfaceCommandInterpreter
-
getCommandRegistry
public CommandRegistry getCommandRegistry()
- Specified by:
getCommandRegistryin interfaceCommandInterpreter
-
getService
public ShellService getService()
- Specified by:
getServicein interfaceCommandInterpreter
-
init
public void init(@Nullable java.lang.String basePath, java.io.File aspectranConfigFile) throws java.lang.Exception- Throws:
java.lang.Exception
-
perform
public void perform()
-
release
public void release()
-
-