Uses of Class
spoon.FluentLauncher
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
-
Uses of FluentLauncher in spoon
Modifier and TypeMethodDescriptionFluentLauncher.autoImports(boolean autoImports)
Tell to the Java printer to automatically generate imports and use simple names instead of fully-qualified name.FluentLauncher.complianceLevel(int level)
Sets the Java version compliance level.FluentLauncher.disableConsistencyChecks()
Disable all consistency checks on the AST.Set the encoding to use for parsing source codeFluentLauncher.inputResource(Iterable<String> paths)
Adds an input resource to be processed by Spoon (either a file or a folder).FluentLauncher.inputResource(String path)
Adds an input resource to be processed by Spoon (either a file or a folder).FluentLauncher.noClasspath(boolean option)
Sets the option "noclasspath", use with caution (see explanation below).FluentLauncher.outputDirectory(File outputDirectory)
Sets the output directory for source generated.FluentLauncher.outputDirectory(String path)
Sets the output directory for source generated.<T extends CtElement>
FluentLauncherAdds an instance of a processor.<T extends CtElement>
FluentLauncherAdds an instance of a processor.FluentLauncher.sourceClassPath(String[] sourceClasspath)
Sets the source class path of the Spoon model.