Uses of Class
org.apache.maven.plugin.compiler.Options
Packages that use Options
-
Uses of Options in org.apache.maven.plugin.compiler
Methods in org.apache.maven.plugin.compiler that return OptionsModifier and TypeMethodDescriptionAbstractCompilerMojo.parseParameters
(OptionChecker compiler) Parses the parameters declared in the MOJO.CompilerMojo.parseParameters
(OptionChecker compiler) Parses the parameters declared in the MOJO.TestCompilerMojo.parseParameters
(OptionChecker compiler) Parses the parameters declared in the MOJO.Methods in org.apache.maven.plugin.compiler with parameters of type OptionsModifier and TypeMethodDescriptionboolean
ToolExecutor.applyIncrementalBuild
(AbstractCompilerMojo mojo, Options configuration) Filters the source files to recompile, or cleans the output directory if everything should be rebuilt.boolean
ToolExecutor.compile
(JavaCompiler compiler, Options configuration, Writer otherOutput) Runs the compilation task.