Uses of Interface
org.apache.maven.api.cli.mvn.MavenOptions
Package
Description
This package contains the
mvn
tool implementation.-
Uses of MavenOptions in org.apache.maven.api.cli.mvn
Modifier and TypeMethodDescriptionMavenOptions.interpolate
(Collection<Map<String, String>> properties) Returns a new instance ofMavenOptions
with values interpolated using the given properties. -
Uses of MavenOptions in org.apache.maven.cling.invoker.mvn
Modifier and TypeClassDescriptionclass
LayeredMavenOptions<O extends MavenOptions>
Options that are "layered" by precedence order.Modifier and TypeClassDescriptionclass
class
LayeredMavenOptions<O extends MavenOptions>
Options that are "layered" by precedence order.Modifier and TypeMethodDescriptionprotected MavenOptions
MavenParser.assembleOptions
(List<Options> parsedOptions) CommonsCliMavenOptions.interpolate
(Collection<Map<String, String>> properties) LayeredMavenOptions.interpolate
(Collection<Map<String, String>> properties) static MavenOptions
LayeredMavenOptions.layerMavenOptions
(Collection<MavenOptions> options) MavenInvokerRequest.options()
The mandatory Maven options.protected MavenOptions
protected MavenOptions
MavenParser.parseMavenCliOptions
(List<String> args) protected MavenOptions
MavenParser.parseMavenConfigOptions
(Path configFile) Modifier and TypeMethodDescriptionstatic MavenOptions
LayeredMavenOptions.layerMavenOptions
(Collection<MavenOptions> options) ModifierConstructorDescriptionMavenInvokerRequest
(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)