Class ShellInvokerRequest
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest
org.apache.maven.cling.invoker.mvnsh.ShellInvokerRequest
- All Implemented Interfaces:
InvokerRequest
-
Constructor Summary
ConstructorsConstructorDescriptionShellInvokerRequest
(ParserRequest parserRequest, boolean parsingFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtension> coreExtensions, ShellOptions 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
-
ShellInvokerRequest
public ShellInvokerRequest(ParserRequest parserRequest, boolean parsingFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtension> coreExtensions, ShellOptions options)
-
-
Method Details
-
options
The mandatory Shell options.- Returns:
- the options object
-