Uses of Interface
org.apache.maven.api.cli.ParserRequest
Packages that use ParserRequest
Package
Description
-
Uses of ParserRequest in org.apache.maven.api.cli
Methods in org.apache.maven.api.cli that return ParserRequestModifier and TypeMethodDescriptionParserRequest.Builder.build()InvokerRequest.parserRequest()The parser request this instance was created from.Methods in org.apache.maven.api.cli with parameters of type ParserRequestModifier and TypeMethodDescriptionvoidOptions.displayHelp(ParserRequest request, PrintWriter printWriter) Displays help information for these options.Parser.parse(ParserRequest parserRequest) Parses the given ParserRequest to create an InvokerRequest.default voidOptions.warnAboutDeprecatedOptions(ParserRequest request, PrintWriter printWriter) Emits warning messages if deprecated options are used. -
Uses of ParserRequest in org.apache.maven.api.cli.mvn
Methods in org.apache.maven.api.cli.mvn with parameters of type ParserRequestModifier and TypeMethodDescriptionMavenParser.parse(ParserRequest parserRequest) Parses the givenParserRequestto create aMavenInvokerRequest. -
Uses of ParserRequest in org.apache.maven.api.cli.mvn.forked
Methods in org.apache.maven.api.cli.mvn.forked with parameters of type ParserRequestModifier and TypeMethodDescriptionForkedMavenParser.parse(ParserRequest parserRequest) Parses the given ParserRequest to create a ForkedMavenInvokerRequest. -
Uses of ParserRequest in org.apache.maven.api.cli.mvnenc
Methods in org.apache.maven.api.cli.mvnenc with parameters of type ParserRequestModifier and TypeMethodDescriptionEncryptParser.parse(ParserRequest parserRequest) Parses the given ParserRequest to create an EncryptInvokerRequest. -
Uses of ParserRequest in org.apache.maven.cling.invoker
Fields in org.apache.maven.cling.invoker declared as ParserRequestMethods in org.apache.maven.cling.invoker that return ParserRequestMethods in org.apache.maven.cling.invoker with parameters of type ParserRequestModifier and TypeMethodDescriptionvoidCommonsCliOptions.displayHelp(ParserRequest request, PrintWriter printStream) voidLayeredOptions.displayHelp(ParserRequest request, PrintWriter printWriter) BaseParser.parse(ParserRequest parserRequest) voidCommonsCliOptions.warnAboutDeprecatedOptions(ParserRequest request, PrintWriter printWriter) voidLayeredOptions.warnAboutDeprecatedOptions(ParserRequest request, PrintWriter printWriter) Constructors in org.apache.maven.cling.invoker with parameters of type ParserRequestModifierConstructorDescriptionBaseInvokerRequest(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions) LocalContext(ParserRequest parserRequest) -
Uses of ParserRequest in org.apache.maven.cling.invoker.mvn
Constructors in org.apache.maven.cling.invoker.mvn with parameters of type ParserRequestModifierConstructorDescriptionDefaultMavenInvokerRequest(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions, O options) -
Uses of ParserRequest in org.apache.maven.cling.invoker.mvn.forked
Constructors in org.apache.maven.cling.invoker.mvn.forked with parameters of type ParserRequestModifierConstructorDescriptionDefaultForkedMavenInvokerRequest(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions, List<String> jvmArguments, MavenOptions options) -
Uses of ParserRequest in org.apache.maven.cling.invoker.mvnenc
Constructors in org.apache.maven.cling.invoker.mvnenc with parameters of type ParserRequestModifierConstructorDescriptionDefaultEncryptInvokerRequest(ParserRequest parserRequest, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, InputStream in, OutputStream out, OutputStream err, List<CoreExtension> coreExtensions, Options options)