Class BaseInvokerRequest
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest
- All Implemented Interfaces:
- InvokerRequest
- 
Constructor SummaryConstructorsConstructorDescriptionBaseInvokerRequest(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 SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.cli.InvokerRequesteffectiveVerbose, embedded, lookup, messageBuilderFactory, stdErr, stdIn, stdOut
- 
Constructor Details- 
BaseInvokerRequestpublic 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 interface- InvokerRequest
 
- 
parsingFailedpublic boolean parsingFailed()- Specified by:
- parsingFailedin interface- InvokerRequest
 
- 
cwd- Specified by:
- cwdin interface- InvokerRequest
 
- 
installationDirectory- Specified by:
- installationDirectoryin interface- InvokerRequest
 
- 
userHomeDirectory- Specified by:
- userHomeDirectoryin interface- InvokerRequest
 
- 
userProperties- Specified by:
- userPropertiesin interface- InvokerRequest
 
- 
systemProperties- Specified by:
- systemPropertiesin interface- InvokerRequest
 
- 
topDirectory- Specified by:
- topDirectoryin interface- InvokerRequest
 
- 
rootDirectory- Specified by:
- rootDirectoryin interface- InvokerRequest
 
- 
coreExtensions- Specified by:
- coreExtensionsin interface- InvokerRequest
 
- 
ciInfo- Specified by:
- ciInfoin interface- InvokerRequest
 
- 
options- Specified by:
- optionsin interface- InvokerRequest
 
 
-