|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Script
org.crsh.command.ScriptCommand
public abstract class ScriptCommand
| Constructor Summary | |
|---|---|
ScriptCommand()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(CommandContext context,
java.lang.String... args)
|
java.lang.Object |
getProperty(java.lang.String property)
|
| Methods inherited from class groovy.lang.Script |
|---|
evaluate, evaluate, getBinding, invokeMethod, print, println, println, run, run, setBinding, setProperty |
| Methods inherited from class groovy.lang.GroovyObjectSupport |
|---|
getMetaClass, setMetaClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptCommand()
| Method Detail |
|---|
public java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class groovy.lang.Script
public java.lang.Object execute(CommandContext context,
java.lang.String... args)
throws ScriptException
execute in interface ShellCommandScriptException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||