Uses of Interface
org.apache.maven.api.cli.Parser
Package
Description
-
Uses of Parser in org.apache.maven.api.cli.mvn
Modifier and TypeInterfaceDescriptioninterface
MavenParser<R extends MavenInvokerRequest<? extends MavenOptions>>
Defines the contract for parsing Maven-specific command-line arguments and creating a MavenInvokerRequest. -
Uses of Parser in org.apache.maven.api.cli.mvn.forked
Modifier and TypeInterfaceDescriptioninterface
Defines the contract for parsing command-line arguments specific to forked Maven executions. -
Uses of Parser in org.apache.maven.api.cli.mvnenc
Modifier and TypeInterfaceDescriptioninterface
Defines the contract for parsing encryption-related command-line arguments and creating an EncryptInvokerRequest. -
Uses of Parser in org.apache.maven.cling.invoker
-
Uses of Parser in org.apache.maven.cling.invoker.mvn
Modifier and TypeClassDescriptionclass
BaseMavenParser<O extends MavenOptions,
R extends MavenInvokerRequest<O>> class
-
Uses of Parser in org.apache.maven.cling.invoker.mvn.forked
-
Uses of Parser in org.apache.maven.cling.invoker.mvnenc