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).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.-
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 ofOptionswith values interpolated using the given properties.InvokerRequest.options()Returns the options associated with this invocation request. -
Uses of Options in org.apache.maven.api.cli.mvn
Subinterfaces of Options in org.apache.maven.api.cli.mvnModifier and TypeInterfaceDescriptioninterfaceDefines 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 TypeInterfaceDescriptioninterfaceDefines 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 TypeInterfaceDescriptioninterfaceDefines the options specific to the Maven Shell tool. -
Uses of Options in org.apache.maven.cling.invoker
Classes in org.apache.maven.cling.invoker with type parameters of type OptionsModifier and TypeClassDescriptionclassLayeredOptions<O extends Options>Options that are "layered" by precedence order.Classes in org.apache.maven.cling.invoker that implement OptionsModifier and TypeClassDescriptionclassclassLayeredOptions<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 TypeMethodDescriptionprotected abstract OptionsBaseParser.assembleOptions(List<Options> parsedOptions) protected abstract OptionsBaseParser.emptyOptions()Methods in org.apache.maven.cling.invoker that return types with arguments of type OptionsMethod parameters in org.apache.maven.cling.invoker with type arguments of type OptionsModifier and TypeMethodDescriptionprotected abstract OptionsBaseParser.assembleOptions(List<Options> parsedOptions) -
Uses of Options in org.apache.maven.cling.invoker.mvn
Classes in org.apache.maven.cling.invoker.mvn that implement OptionsModifier and TypeClassDescriptionclassclassLayeredMavenOptions<O extends MavenOptions>Options that are "layered" by precedence order.Methods in org.apache.maven.cling.invoker.mvn that return types with arguments of type OptionsMethod parameters in org.apache.maven.cling.invoker.mvn with type arguments of type OptionsModifier and TypeMethodDescriptionprotected MavenOptionsMavenParser.assembleOptions(List<Options> parsedOptions) -
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 OptionsEncryptParser.assembleOptions(List<Options> parsedOptions) Methods in org.apache.maven.cling.invoker.mvnenc that return types with arguments of type OptionsMethod parameters in org.apache.maven.cling.invoker.mvnenc with type arguments of type OptionsModifier and TypeMethodDescriptionprotected OptionsEncryptParser.assembleOptions(List<Options> parsedOptions) -
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 OptionsShellParser.assembleOptions(List<Options> parsedOptions) Methods in org.apache.maven.cling.invoker.mvnsh that return types with arguments of type OptionsMethod parameters in org.apache.maven.cling.invoker.mvnsh with type arguments of type OptionsModifier and TypeMethodDescriptionprotected OptionsShellParser.assembleOptions(List<Options> parsedOptions)