Package org.mvel2.sh
Interface Command
-
- All Known Implementing Classes:
ChangeWorkingDir,DirList,Exit,Help,ObjectInspector,PrintWorkingDirectory,PushContext,Set,ShowVars
public interface Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectexecute(ShellSession session, String[] args)StringgetDescription()StringgetHelp()
-
-
-
Method Detail
-
execute
Object execute(ShellSession session, String[] args)
-
getDescription
String getDescription()
-
getHelp
String getHelp()
-
-