Class DefaultMavenInvokerRequest<O extends MavenOptions>
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest<O>
org.apache.maven.cling.invoker.mvn.DefaultMavenInvokerRequest<O>
- Type Parameters:
- O- the options type this request carries
- All Implemented Interfaces:
- InvokerRequest<O>,- MavenInvokerRequest<O>
- Direct Known Subclasses:
- DefaultForkedMavenInvokerRequest
public class DefaultMavenInvokerRequest<O extends MavenOptions>
extends BaseInvokerRequest<O>
implements MavenInvokerRequest<O>
Maven execution request.
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultMavenInvokerRequest(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) 
- 
Method SummaryMethods inherited from class org.apache.maven.cling.invoker.BaseInvokerRequestcoreExtensions, cwd, err, in, installationDirectory, out, parserRequest, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userPropertiesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.cli.InvokerRequestcoreExtensions, cwd, err, in, installationDirectory, logger, lookup, messageBuilderFactory, out, parserRequest, rootDirectory, systemProperties, topDirectory, userHomeDirectory, userProperties
- 
Constructor Details- 
DefaultMavenInvokerRequestpublic DefaultMavenInvokerRequest(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) 
 
- 
- 
Method Details- 
optionsThe mandatory Maven options.- Specified by:
- optionsin interface- InvokerRequest<O extends MavenOptions>
- Returns:
- the options object
 
 
-