org.codehaus.griffon.compiler
[Java] Class DefaultImportCompilerCustomizer
java.lang.Object
org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
org.codehaus.groovy.control.customizers.CompilationCustomizer
org.codehaus.griffon.compiler.DefaultImportCompilerCustomizer
public class DefaultImportCompilerCustomizer
extends CompilationCustomizer
- Authors:
- Andres Almiray
- Since:
- 0.9.3
Methods inherited from class CompilationCustomizer
|
getPhase, call, needSortedInput, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class CompilationUnit.PrimaryClassNodeOperation
|
call, needSortedInput, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
DEFAULT_IMPORTS
private static final String[] DEFAULT_IMPORTS
-
IMPORTS_PER_ARTIFACT_TYPE
private static final Map IMPORTS_PER_ARTIFACT_TYPE
-
LOG
private static final Logger LOG
-
DefaultImportCompilerCustomizer
public DefaultImportCompilerCustomizer()
-
call
@Override
public void call(SourceUnit sourceUnit, GeneratorContext generatorContext, ClassNode classNode)
-
collectDefaultImportsPerArtifact
public void collectDefaultImportsPerArtifact()
-
Groovy Documentation