|
Groovy 1.8.4 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Interface Summary | |
---|---|
SecureASTCustomizer.ExpressionChecker | This interface allows the user to plugin custom expression checkers if expression blacklist or whitelist are not sufficient |
SecureASTCustomizer.StatementChecker | This interface allows the user to plugin custom statement checkers if statement blacklist or whitelist are not sufficient |
Class Summary | |
---|---|
ASTTransformationCustomizer | This customizer allows applying an AST transformation to a source unit with several strategies. |
CompilationCustomizer | Users wanting to customize the configuration process such as adding imports, restricting the language features or apply AST transformations by default should implement this class, then call the CompilerConfiguration.addCompilationCustomizers |
ImportCustomizer | This compilation customizer allows addiing various types of imports to the compilation unit. |
SecureASTCustomizer | This customizer allows securing source code by controlling what code constructs are allowed. |
Copyright © 2003-2011 The Codehaus. All rights reserved.