Package org.apache.maven.cling.invoker
Class BaseInvokerRequest
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest
- All Implemented Interfaces:
InvokerRequest
- Direct Known Subclasses:
EncryptInvokerRequest
,MavenInvokerRequest
-
Constructor Summary
ConstructorDescriptionBaseInvokerRequest
(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) -
Method Summary
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, options
-
Constructor Details
-
BaseInvokerRequest
public BaseInvokerRequest(@Nonnull ParserRequest parserRequest, @Nonnull Path cwd, @Nonnull Path installationDirectory, @Nonnull Path userHomeDirectory, @Nonnull Map<String, String> userProperties, @Nonnull Map<String, String> systemProperties, @Nonnull Path topDirectory, @Nullable Path rootDirectory, @Nullable InputStream in, @Nullable OutputStream out, @Nullable OutputStream err, @Nullable List<CoreExtension> coreExtensions, @Nullable List<String> jvmArguments)
-
-
Method Details
-
parserRequest
- Specified by:
parserRequest
in interfaceInvokerRequest
-
cwd
- Specified by:
cwd
in interfaceInvokerRequest
-
installationDirectory
- Specified by:
installationDirectory
in interfaceInvokerRequest
-
userHomeDirectory
- Specified by:
userHomeDirectory
in interfaceInvokerRequest
-
jvmArguments
- Specified by:
jvmArguments
in interfaceInvokerRequest
-
userProperties
- Specified by:
userProperties
in interfaceInvokerRequest
-
systemProperties
- Specified by:
systemProperties
in interfaceInvokerRequest
-
topDirectory
- Specified by:
topDirectory
in interfaceInvokerRequest
-
rootDirectory
- Specified by:
rootDirectory
in interfaceInvokerRequest
-
in
- Specified by:
in
in interfaceInvokerRequest
-
out
- Specified by:
out
in interfaceInvokerRequest
-
err
- Specified by:
err
in interfaceInvokerRequest
-
coreExtensions
- Specified by:
coreExtensions
in interfaceInvokerRequest
-