Interface GroovyCustomizer
-
- All Superinterfaces:
Customizer
public interface GroovyCustomizer extends Customizer
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.codehaus.groovy.control.customizers.CompilationCustomizer
create()
Create a new instance of aCompilationCustomizer
to add to theGremlinGroovyScriptEngine
.
-
-
-
Method Detail
-
create
org.codehaus.groovy.control.customizers.CompilationCustomizer create()
Create a new instance of aCompilationCustomizer
to add to theGremlinGroovyScriptEngine
.
-
-