Interface GroovyConfiguration


  • @Role
    public interface GroovyConfiguration
    Configuration properties for the Groovy engine.
    Since:
    4.1M1
    Version:
    $Id: ed46be9ea5ced12993a8a822a66fb7fb05805dab $
    • Method Detail

      • getCompilationCustomizerNames

        List<String> getCompilationCustomizerNames()
        Returns:
        the list of Customizer names classes to use when executing a Groovy script
      • getCompilationCustomizers

        List<org.codehaus.groovy.control.customizers.CompilationCustomizer> getCompilationCustomizers()
        Returns:
        the list of Customizer implementation classes to use when executing a Groovy script