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.api.cli.mvn
Methods in org.apache.maven.api.cli.mvn that return MavenOptionsModifier and TypeMethodDescriptionMavenOptions.interpolate(Collection<Map<String, String>> properties) Returns a new instance ofMavenOptionswith values interpolated using the given properties. -
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) CommonsCliMavenOptions.interpolate(Collection<Map<String, String>> properties) LayeredMavenOptions.interpolate(Collection<Map<String, String>> properties) static MavenOptionsLayeredMavenOptions.layerMavenOptions(Collection<MavenOptions> options) MavenInvokerRequest.options()The mandatory Maven options.protected MavenOptionsprotected 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, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions, List<String> jvmArguments, MavenOptions options)