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