Package spoon.compiler.builder
Class JDTBuilderImpl
java.lang.Object
spoon.compiler.builder.JDTBuilderImpl
- All Implemented Interfaces:
JDTBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadvancedOptions(AdvancedOptions<?> options)
Advanced options for the compiler.annotationProcessingOptions(AnnotationProcessingOptions<?> options)
Annotation processing options for the compiler.String[]
build()
Builds arguments.classpathOptions(ClasspathOptions<?> options)
Classpath options for the compiler.complianceOptions(ComplianceOptions<?> options)
Compliance options for the compiler.sources(SourceOptions<?> options)
Sources for the compiler.
-
Constructor Details
-
JDTBuilderImpl
public JDTBuilderImpl()
-
-
Method Details
-
classpathOptions
Description copied from interface:JDTBuilder
Classpath options for the compiler.- Specified by:
classpathOptions
in interfaceJDTBuilder
-
complianceOptions
Description copied from interface:JDTBuilder
Compliance options for the compiler.- Specified by:
complianceOptions
in interfaceJDTBuilder
-
annotationProcessingOptions
Description copied from interface:JDTBuilder
Annotation processing options for the compiler.- Specified by:
annotationProcessingOptions
in interfaceJDTBuilder
-
advancedOptions
Description copied from interface:JDTBuilder
Advanced options for the compiler.- Specified by:
advancedOptions
in interfaceJDTBuilder
-
sources
Description copied from interface:JDTBuilder
Sources for the compiler.- Specified by:
sources
in interfaceJDTBuilder
-
build
Description copied from interface:JDTBuilder
Builds arguments.- Specified by:
build
in interfaceJDTBuilder
-