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 TypeMethodDescriptionprotected Options
AbstractCompilerMojo.acceptParameters
(OptionChecker compiler) Parses the parameters declared in the MOJO.protected Options
CompilerMojo.acceptParameters
(OptionChecker compiler) Parses the parameters declared in the MOJO.protected Options
TestCompilerMojo.acceptParameters
(OptionChecker compiler) Parses the parameters declared in the MOJO.Methods in org.apache.maven.plugin.compiler with parameters of type OptionsModifier and TypeMethodDescriptionprotected void
AbstractCompilerMojo.addModuleOptions
(org.apache.maven.api.services.DependencyResolverResult dependencies, Options addTo) Generates options for handling the given dependencies.protected void
TestCompilerMojo.addModuleOptions
(org.apache.maven.api.services.DependencyResolverResult dependencies, Options addTo) Generates the--add-modules
and--add-reads
options for the dependencies that are not in the main compilation.