Uses of Interface
org.apache.maven.api.cli.mvn.MavenOptions
Packages that use MavenOptions
Package
Description
Provides the API for the Maven build tool (
mvn
).This package contains the
mvn
tool implementation.-
Uses of MavenOptions in org.apache.maven.api.cli.mvn
Methods in org.apache.maven.api.cli.mvn that return MavenOptionsModifier and TypeMethodDescriptionMavenOptions.interpolate
(UnaryOperator<String> callback) Returns a new instance ofMavenOptions
with values interpolated using the given callback. -
Uses of MavenOptions in org.apache.maven.cling.invoker.mvn
Classes in org.apache.maven.cling.invoker.mvn with type parameters of type MavenOptionsModifier and TypeClassDescriptionclass
LayeredMavenOptions<O extends MavenOptions>
Options that are "layered" by precedence order.Classes in org.apache.maven.cling.invoker.mvn that implement MavenOptionsModifier and TypeClassDescriptionclass
class
LayeredMavenOptions<O extends MavenOptions>
Options that are "layered" by precedence order.Methods in org.apache.maven.cling.invoker.mvn that return MavenOptionsModifier and TypeMethodDescriptionprotected MavenOptions
MavenParser.assembleOptions
(List<Options> parsedOptions) protected MavenOptions
MavenParser.emptyOptions()
CommonsCliMavenOptions.interpolate
(UnaryOperator<String> callback) LayeredMavenOptions.interpolate
(UnaryOperator<String> callback) static MavenOptions
LayeredMavenOptions.layerMavenOptions
(Collection<MavenOptions> options) MavenInvokerRequest.options()
The mandatory Maven options.protected MavenOptions
protected MavenOptions
MavenParser.parseMavenAtFileOptions
(Path atFile) protected MavenOptions
MavenParser.parseMavenCliOptions
(List<String> args) protected MavenOptions
MavenParser.parseMavenConfigOptions
(Path configFile) Method parameters in org.apache.maven.cling.invoker.mvn with type arguments of type MavenOptionsModifier and TypeMethodDescriptionstatic MavenOptions
LayeredMavenOptions.layerMavenOptions
(Collection<MavenOptions> options) Constructors in org.apache.maven.cling.invoker.mvn with parameters of type MavenOptionsModifierConstructorDescriptionMavenInvokerRequest
(ParserRequest parserRequest, boolean parseFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtension> coreExtensions, MavenOptions options)