Package org.apache.maven.cling.invoker
Class BaseInvokerRequest<T extends Options>
java.lang.Object
org.apache.maven.cling.invoker.BaseInvokerRequest<T>
- All Implemented Interfaces:
- InvokerRequest<T>
- Direct Known Subclasses:
- DefaultEncryptInvokerRequest,- DefaultMavenInvokerRequest
public abstract class BaseInvokerRequest<T extends Options>
extends Object
implements InvokerRequest<T>
- 
Constructor SummaryConstructorsConstructorDescriptionBaseInvokerRequest(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) 
- 
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.InvokerRequestlogger, lookup, messageBuilderFactory, options
- 
Constructor Details- 
BaseInvokerRequestpublic 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) 
 
- 
- 
Method Details- 
parserRequest- Specified by:
- parserRequestin interface- InvokerRequest<T extends Options>
 
- 
cwd- Specified by:
- cwdin interface- InvokerRequest<T extends Options>
 
- 
installationDirectory- Specified by:
- installationDirectoryin interface- InvokerRequest<T extends Options>
 
- 
userHomeDirectory- Specified by:
- userHomeDirectoryin interface- InvokerRequest<T extends Options>
 
- 
userProperties- Specified by:
- userPropertiesin interface- InvokerRequest<T extends Options>
 
- 
systemProperties- Specified by:
- systemPropertiesin interface- InvokerRequest<T extends Options>
 
- 
topDirectory- Specified by:
- topDirectoryin interface- InvokerRequest<T extends Options>
 
- 
rootDirectory- Specified by:
- rootDirectoryin interface- InvokerRequest<T extends Options>
 
- 
in- Specified by:
- inin interface- InvokerRequest<T extends Options>
 
- 
out- Specified by:
- outin interface- InvokerRequest<T extends Options>
 
- 
err- Specified by:
- errin interface- InvokerRequest<T extends Options>
 
- 
coreExtensions- Specified by:
- coreExtensionsin interface- InvokerRequest<T extends Options>
 
 
-