Groovy Documentation

org.linkedin.glu.agent.impl.script
[Groovy] Interface MOP


interface MOP

Meta Object Programming methods


Method Summary
java.lang.Object createStateMachine(java.lang.Object args)

Creates a state machine

java.lang.Object wrapScript(java.lang.Object args)

Wrap the script (add properties and closures)

 

Method Detail

createStateMachine

java.lang.Object createStateMachine(java.lang.Object args)
Creates a state machine
Parameters:
args.script - the script to wrap


wrapScript

java.lang.Object wrapScript(java.lang.Object args)
Wrap the script (add properties and closures)
Parameters:
args.script - the script to wrap
args.scriptProperties - the properties to add
args.scriptClosures - the closures to add


 

Groovy Documentation