|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface ScriptFactory
Encapsulates the notion of script factory so that we can recreate the scripts at will.
Method Summary | |
---|---|
java.lang.Object
|
createScript(ScriptConfig scriptConfig)
Creates a script |
void
|
destroyScript(ScriptConfig scriptConfig)
Called to destroy the script |
java.lang.Object
|
toExternalRepresentation()
@returns an external representation of the factory |
Method Detail |
---|
java.lang.Object createScript(ScriptConfig scriptConfig)
void destroyScript(ScriptConfig scriptConfig)
java.lang.Object toExternalRepresentation()
Groovy Documentation