Uses of Interface
org.apache.maven.api.cli.Options
Packages that use Options
Package
Description
Provides the API for Maven's command-line interface and tools.
Provides the API for the Maven build tool (
mvn
).Provides the API for the Maven Password Encryption tool (
mvnenc
).Provides the API for the Maven Shell tool (
mvnsh
).Provides the API for the Maven Upgrade tool (
mvnup
).This package contain support (mostly abstract) classes, that implement "base" of CLIng.
This package contains the
mvn
tool implementation.This package contains the
mvnenc
tool implementation.This package contains the
mvnsh
tool implementation.Implementation of the Maven Upgrade tool (
mvnup
).-
Uses of Options in org.apache.maven.api.cli
Methods in org.apache.maven.api.cli that return OptionsModifier and TypeMethodDescriptionOptions.interpolate
(UnaryOperator<String> callback) Returns a new instance ofOptions
with values interpolated using the given properties.Methods in org.apache.maven.api.cli that return types with arguments of type Options -
Uses of Options in org.apache.maven.api.cli.mvn
Subinterfaces of Options in org.apache.maven.api.cli.mvnModifier and TypeInterfaceDescriptioninterface
Defines the options specific to Maven operations. -
Uses of Options in org.apache.maven.api.cli.mvnenc
Subinterfaces of Options in org.apache.maven.api.cli.mvnencModifier and TypeInterfaceDescriptioninterface
Defines the options specific to the Maven encryption tool. -
Uses of Options in org.apache.maven.api.cli.mvnsh
Subinterfaces of Options in org.apache.maven.api.cli.mvnshModifier and TypeInterfaceDescriptioninterface
Defines the options specific to the Maven Shell tool. -
Uses of Options in org.apache.maven.api.cli.mvnup
Subinterfaces of Options in org.apache.maven.api.cli.mvnupModifier and TypeInterfaceDescriptioninterface
Defines the options specific to the Maven upgrade tool. -
Uses of Options in org.apache.maven.cling.invoker
Classes in org.apache.maven.cling.invoker with type parameters of type OptionsModifier and TypeClassDescriptionclass
LayeredOptions<O extends Options>
Options that are "layered" by precedence order.Classes in org.apache.maven.cling.invoker that implement OptionsModifier and TypeClassDescriptionclass
class
LayeredOptions<O extends Options>
Options that are "layered" by precedence order.Fields in org.apache.maven.cling.invoker declared as OptionsMethods in org.apache.maven.cling.invoker that return OptionsModifier and TypeMethodDescriptionfinal Options
CommonsCliOptions.interpolate
(UnaryOperator<String> callback) LookupContext.options()
protected abstract Options
BaseParser.parseCliOptions
(BaseParser.LocalContext context) Methods in org.apache.maven.cling.invoker that return types with arguments of type OptionsConstructors in org.apache.maven.cling.invoker with parameters of type OptionsModifierConstructorDescriptionBaseInvokerRequest
(ParserRequest parserRequest, boolean parsingFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtensions> coreExtensions, CIInfo ciInfo, Options options) LookupContext
(InvokerRequest invokerRequest, boolean containerCapsuleManaged, Options options) -
Uses of Options in org.apache.maven.cling.invoker.mvn
Classes in org.apache.maven.cling.invoker.mvn that implement OptionsModifier and TypeClassDescriptionclass
class
LayeredMavenOptions<O extends MavenOptions>
Options that are "layered" by precedence order.Methods in org.apache.maven.cling.invoker.mvn that return OptionsModifier and TypeMethodDescriptionprotected Options
MavenParser.parseCliOptions
(BaseParser.LocalContext context) -
Uses of Options in org.apache.maven.cling.invoker.mvnenc
Classes in org.apache.maven.cling.invoker.mvnenc that implement OptionsMethods in org.apache.maven.cling.invoker.mvnenc that return OptionsModifier and TypeMethodDescriptionprotected Options
EncryptParser.parseCliOptions
(BaseParser.LocalContext context) -
Uses of Options in org.apache.maven.cling.invoker.mvnsh
Classes in org.apache.maven.cling.invoker.mvnsh that implement OptionsMethods in org.apache.maven.cling.invoker.mvnsh that return OptionsModifier and TypeMethodDescriptionprotected Options
ShellParser.parseCliOptions
(BaseParser.LocalContext context) -
Uses of Options in org.apache.maven.cling.invoker.mvnup
Classes in org.apache.maven.cling.invoker.mvnup that implement OptionsMethods in org.apache.maven.cling.invoker.mvnup that return OptionsModifier and TypeMethodDescriptionprotected Options
UpgradeParser.parseCliOptions
(BaseParser.LocalContext context)