|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface GluScript
All glu script will at runtime implement this interface. This essentially serves as documentation in order to know what is available when you write a glu script.
Method Summary | |
---|---|
java.util.Collection
|
getChildren()
@return the children of this glu script |
Logger
|
getLog()
@return a logger to log information (in the agent log file) |
MountPoint
|
getMountPoint()
|
java.util.Map
|
getParams()
@return the initParameters provided at installation time |
GluScript
|
getParent()
@return the parent of this glu script ( |
GluScript
|
getSelf()
@return a reference to 'this' script |
Shell
|
getShell()
@return the shell for (unix) shell like capabilities |
java.lang.Object
|
getState()
Shortcut to |
StateManager
|
getStateManager()
@return the state manager to be able to get information about the state |
Timers
|
getTimers()
@return the timers object allows you to schedule and cancel timers |
Method Detail |
---|
java.util.Collection getChildren()
Logger getLog()
MountPoint getMountPoint()
java.util.Map getParams()
GluScript getParent()
null
when root script)
GluScript getSelf()
Shell getShell()
java.lang.Object getState()
getStateManager().state
StateManager getStateManager()
Timers getTimers()
Groovy Documentation