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