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
ConstructorDescriptionMavenInvokerRequest
(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) -
Method Summary
Methods inherited from class org.apache.maven.cling.invoker.BaseInvokerRequest
coreExtensions, cwd, err, in, installationDirectory, jvmArguments, out, parserRequest, 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
logger, lookup, messageBuilderFactory
-
Constructor Details
-
MavenInvokerRequest
public MavenInvokerRequest(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)
-
-
Method Details
-
options
The mandatory Maven options.- Returns:
- the options object
-