Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.codehaus.groovy.control.customizers Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
CompilationCustomizerUsers wanting to customize the configuration process such as adding imports, restricting the language features or apply AST transformations by default should implement this class, thenClassorg.codehaus.groovy.control.customizersGroovy
CustomizersFactoryThis factory generates an array of compilation customizers.Classorg.codehaus.groovy.control.customizers.builderGroovy
DelegatingCustomizerBase class for compilation customizers which delegate to another customizer.Classorg.codehaus.groovy.control.customizersGroovy
ImportCustomizerThis compilation customizer allows addiing various types of imports to the compilation unit.Classorg.codehaus.groovy.control.customizersGroovy
ImportCustomizerFactoryThis factory allows the generation of an import customizer.Classorg.codehaus.groovy.control.customizers.builderGroovy
InlinedASTCustomizerFactoryThis factory lets a user define a compilation customizer without having to define an anonymous inner class.Classorg.codehaus.groovy.control.customizers.builderGroovy
PostCompletionFactoryA helper interface for factories which require post processing of generated nodes.Interfaceorg.codehaus.groovy.control.customizers.builderGroovy
SecureASTCustomizerThis customizer allows securing source code by controlling what code constructs are allowed.Classorg.codehaus.groovy.control.customizersGroovy
SecureASTCustomizer .ExpressionCheckerInterfaceorg.codehaus.groovy.control.customizers.SecureASTCustomizerGroovy
SecureASTCustomizer .StatementCheckerInterfaceorg.codehaus.groovy.control.customizers.SecureASTCustomizerGroovy
SecureASTCustomizerFactoryThis factory allows the generation of a SecureASTCustomizer.Classorg.codehaus.groovy.control.customizers.builderGroovy
SourceAwareCustomizerA base class for customizers which only have to be applied on specific source units.Classorg.codehaus.groovy.control.customizersGroovy
SourceAwareCustomizerFactoryFactory for use with CompilerCustomizationBuilder.Classorg.codehaus.groovy.control.customizers.builderGroovy
SourceAwareCustomizerFactory .SourceOptionsClassorg.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactoryGroovy