Class DefaultForkedMavenInvokerRequest
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest<MavenOptions>
org.apache.maven.cling.invoker.mvn.DefaultMavenInvokerRequest<MavenOptions>
org.apache.maven.cling.invoker.mvn.forked.DefaultForkedMavenInvokerRequest
- All Implemented Interfaces:
InvokerRequest<MavenOptions>,ForkedMavenInvokerRequest,MavenInvokerRequest<MavenOptions>
public class DefaultForkedMavenInvokerRequest
extends DefaultMavenInvokerRequest<MavenOptions>
implements ForkedMavenInvokerRequest
Maven execution request.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultForkedMavenInvokerRequest(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.mvn.DefaultMavenInvokerRequest
optionsMethods inherited from class org.apache.maven.cling.invoker.BaseInvokerRequest
coreExtensions, cwd, err, in, installationDirectory, out, parserRequest, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.cli.InvokerRequest
coreExtensions, cwd, err, in, installationDirectory, logger, lookup, messageBuilderFactory, options, out, parserRequest, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userProperties
-
Constructor Details
-
DefaultForkedMavenInvokerRequest
public DefaultForkedMavenInvokerRequest(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
-
jvmArguments
- Specified by:
jvmArgumentsin interfaceForkedMavenInvokerRequest
-