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