Package spoon.compiler.builder
Interface JDTBuilder
- All Known Implementing Classes:
JDTBuilderImpl
public interface JDTBuilder
Helper to build arguments for the JDT compiler.
-
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.
-
Method Details
-
classpathOptions
Classpath options for the compiler. -
complianceOptions
Compliance options for the compiler. -
annotationProcessingOptions
Annotation processing options for the compiler. -
advancedOptions
Advanced options for the compiler. -
sources
Sources for the compiler. -
build
String[] build()Builds arguments.
-