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).-
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.