Groovy Documentation

[Groovy] Class NoopGluScript

java.lang.Object
  NoopGluScript

class NoopGluScript

This script does nothing. Note that technically the content of the script could be entirely empty since the engine simply doesn't do anything when a closure is missing. The point of this script is to show the names of all the possible closures (for the standard state machine).


Property Summary
java.lang.Object configure

java.lang.Object install

java.lang.Object start

java.lang.Object stop

java.lang.Object unconfigure

java.lang.Object uninstall

java.lang.Object version

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

configure

java.lang.Object configure


install

java.lang.Object install


start

java.lang.Object start


stop

java.lang.Object stop


unconfigure

java.lang.Object unconfigure


uninstall

java.lang.Object uninstall


version

java.lang.Object version


 

Groovy Documentation