Package org.apache.maven.cling.invoker
Class BaseInvokerRequest
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest
- All Implemented Interfaces:
InvokerRequest
-
Constructor Summary
ConstructorsConstructorDescriptionBaseInvokerRequest(ParserRequest parserRequest, boolean parsingFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtensions> coreExtensions, CIInfo ciInfo, Options options) -
Method Summary
Methods 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
effectiveVerbose, embedded, lookup, messageBuilderFactory, stdErr, stdIn, stdOut
-
Constructor Details
-
BaseInvokerRequest
public BaseInvokerRequest(@Nonnull ParserRequest parserRequest, boolean parsingFailed, @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 List<CoreExtensions> coreExtensions, @Nullable CIInfo ciInfo, @Nullable Options options)
-
-
Method Details
-
parserRequest
- Specified by:
parserRequestin interfaceInvokerRequest
-
parsingFailed
public boolean parsingFailed()- Specified by:
parsingFailedin interfaceInvokerRequest
-
cwd
- Specified by:
cwdin interfaceInvokerRequest
-
installationDirectory
- Specified by:
installationDirectoryin interfaceInvokerRequest
-
userHomeDirectory
- Specified by:
userHomeDirectoryin interfaceInvokerRequest
-
userProperties
- Specified by:
userPropertiesin interfaceInvokerRequest
-
systemProperties
- Specified by:
systemPropertiesin interfaceInvokerRequest
-
topDirectory
- Specified by:
topDirectoryin interfaceInvokerRequest
-
rootDirectory
- Specified by:
rootDirectoryin interfaceInvokerRequest
-
coreExtensions
- Specified by:
coreExtensionsin interfaceInvokerRequest
-
ciInfo
- Specified by:
ciInfoin interfaceInvokerRequest
-
options
- Specified by:
optionsin interfaceInvokerRequest
-