Uses of Interface
org.apache.maven.api.cli.Parser
Packages that use Parser
Package
Description
- 
Uses of Parser in org.apache.maven.api.cli.mvnSubinterfaces of Parser in org.apache.maven.api.cli.mvnModifier and TypeInterfaceDescriptioninterfaceMavenParser<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.forkedSubinterfaces of Parser in org.apache.maven.api.cli.mvn.forkedModifier and TypeInterfaceDescriptioninterfaceDefines the contract for parsing command-line arguments specific to forked Maven executions.
- 
Uses of Parser in org.apache.maven.api.cli.mvnencSubinterfaces of Parser in org.apache.maven.api.cli.mvnencModifier and TypeInterfaceDescriptioninterfaceDefines the contract for parsing encryption-related command-line arguments and creating an EncryptInvokerRequest.
- 
Uses of Parser in org.apache.maven.cling.invokerClasses in org.apache.maven.cling.invoker that implement Parser
- 
Uses of Parser in org.apache.maven.cling.invoker.mvnClasses in org.apache.maven.cling.invoker.mvn that implement ParserModifier and TypeClassDescriptionclassBaseMavenParser<O extends MavenOptions,R extends MavenInvokerRequest<O>> class
- 
Uses of Parser in org.apache.maven.cling.invoker.mvn.forkedClasses in org.apache.maven.cling.invoker.mvn.forked that implement Parser
- 
Uses of Parser in org.apache.maven.cling.invoker.mvnencClasses in org.apache.maven.cling.invoker.mvnenc that implement Parser