Uses of Interface
org.apache.maven.api.cli.mvn.MavenOptions
Packages that use MavenOptions
Package
Description
This package contains the
mvn
tool implementation.-
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 TypeMethodDescriptionLayeredMavenOptions.interpolate
(UnaryOperator<String> callback) static MavenOptions
LayeredMavenOptions.layerMavenOptions
(Collection<MavenOptions> options) MavenContext.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 MavenOptionsModifierConstructorDescriptionMavenContext
(InvokerRequest invokerRequest, boolean containerCapsuleManaged, MavenOptions mavenOptions)