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 ofMavenOptionswith 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 TypeClassDescriptionclassLayeredMavenOptions<O extends MavenOptions>Options that are "layered" by precedence order.Classes in org.apache.maven.cling.invoker.mvn that implement MavenOptionsModifier and TypeClassDescriptionclassclassLayeredMavenOptions<O extends MavenOptions>Options that are "layered" by precedence order.Methods in org.apache.maven.cling.invoker.mvn that return MavenOptionsModifier and TypeMethodDescriptionprotected MavenOptionsMavenParser.assembleOptions(List<Options> parsedOptions) protected MavenOptionsMavenParser.emptyOptions()CommonsCliMavenOptions.interpolate(UnaryOperator<String> callback) LayeredMavenOptions.interpolate(UnaryOperator<String> callback) static MavenOptionsLayeredMavenOptions.layerMavenOptions(Collection<MavenOptions> options) MavenInvokerRequest.options()The mandatory Maven options.protected MavenOptionsprotected MavenOptionsMavenParser.parseMavenAtFileOptions(Path atFile) protected MavenOptionsMavenParser.parseMavenCliOptions(List<String> args) protected MavenOptionsMavenParser.parseMavenConfigOptions(Path configFile) Method parameters in org.apache.maven.cling.invoker.mvn with type arguments of type MavenOptionsModifier and TypeMethodDescriptionstatic MavenOptionsLayeredMavenOptions.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)