Uses of Interface
org.apache.maven.api.cli.Parser
Packages that use Parser
Package
Description
-
Uses of Parser in org.apache.maven.api.cli.mvn
Subinterfaces of Parser in org.apache.maven.api.cli.mvnModifier 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
Subinterfaces of Parser in org.apache.maven.api.cli.mvn.forkedModifier 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
Subinterfaces of Parser in org.apache.maven.api.cli.mvnencModifier 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
Classes in org.apache.maven.cling.invoker that implement Parser -
Uses of Parser in org.apache.maven.cling.invoker.mvn
Classes in org.apache.maven.cling.invoker.mvn that implement ParserModifier and TypeClassDescriptionclass
BaseMavenParser<O extends MavenOptions,
R extends MavenInvokerRequest<O>> class
-
Uses of Parser in org.apache.maven.cling.invoker.mvn.forked
Classes in org.apache.maven.cling.invoker.mvn.forked that implement Parser -
Uses of Parser in org.apache.maven.cling.invoker.mvnenc
Classes in org.apache.maven.cling.invoker.mvnenc that implement Parser