Griffon 1.2.0

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


Field Summary
private static String[] DEFAULT_IMPORTS

private static Map IMPORTS_PER_ARTIFACT_TYPE

private static Logger LOG

 
Constructor Summary
DefaultImportCompilerCustomizer()

 
Method Summary
void call(SourceUnit sourceUnit, GeneratorContext generatorContext, ClassNode classNode)

void collectDefaultImportsPerArtifact()

 
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
 

Field Detail

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


 
Constructor Detail

DefaultImportCompilerCustomizer

public DefaultImportCompilerCustomizer()


 
Method Detail

call

@Override
public void call(SourceUnit sourceUnit, GeneratorContext generatorContext, ClassNode classNode)


collectDefaultImportsPerArtifact

public void collectDefaultImportsPerArtifact()


 

Groovy Documentation