|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface GluCommand
All glu command will at runtime implement this interface. This essentially serves as documentation in order to know what is available when you write a glu command.
Method Summary | |
---|---|
java.lang.String
|
getId()
@return the (unique) id of the command |
Logger
|
getLog()
@return a logger to log information (in the agent log file) |
GluCommand
|
getSelf()
@return a reference to 'this' script |
Shell
|
getShell()
@return the shell for (unix) shell like capabilities |
Method Detail |
---|
java.lang.String getId()
Logger getLog()
GluCommand getSelf()
Shell getShell()
Groovy Documentation