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