Class MavenInvokerRequest
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest
org.apache.maven.cling.invoker.mvn.MavenInvokerRequest
- All Implemented Interfaces:
InvokerRequest
Maven execution request.
-
Constructor Summary
ConstructorsConstructorDescriptionMavenInvokerRequest
(ParserRequest parserRequest, boolean parseFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtension> coreExtensions, MavenOptions options) -
Method Summary
Methods inherited from class org.apache.maven.cling.invoker.BaseInvokerRequest
coreExtensions, cwd, installationDirectory, parserRequest, parsingFailed, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.cli.InvokerRequest
embedded, lookup, messageBuilderFactory, stdErr, stdIn, stdOut
-
Constructor Details
-
MavenInvokerRequest
public MavenInvokerRequest(ParserRequest parserRequest, boolean parseFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtension> coreExtensions, MavenOptions options)
-
-
Method Details
-
options
The mandatory Maven options.- Returns:
- the options object
-