Package spoon.support.compiler.jdt
Class FileCompilerConfig
java.lang.Object
spoon.support.compiler.jdt.FileCompilerConfig
- All Implemented Interfaces:
SpoonModelBuilder.InputType
-
Field Summary
Modifier and TypeFieldDescriptionstatic SpoonModelBuilder.InputType
Default implementation of which initializesJDTBatchCompiler
by all sources and templates registered inSpoonModelBuilder
Fields inherited from interface spoon.SpoonModelBuilder.InputType
CTTYPES, FILES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFiles(JDTBatchCompiler compiler)
void
initializeCompiler(JDTBatchCompiler compiler)
responsible for setting the parameters of JDTBatchCompiler, must call setCompilationUnits()
-
Field Details
-
INSTANCE
Default implementation of which initializesJDTBatchCompiler
by all sources and templates registered inSpoonModelBuilder
-
-
Constructor Details
-
FileCompilerConfig
-
-
Method Details
-
initializeCompiler
Description copied from interface:SpoonModelBuilder.InputType
responsible for setting the parameters of JDTBatchCompiler, must call setCompilationUnits()- Specified by:
initializeCompiler
in interfaceSpoonModelBuilder.InputType
-
getFiles
-