Class DefaultEncryptInvoker.LocalContext
java.lang.Object
org.apache.maven.cling.invoker.LookupInvoker.LookupInvokerContext<EncryptOptions,EncryptInvokerRequest,DefaultEncryptInvoker.LocalContext>
org.apache.maven.cling.invoker.mvnenc.DefaultEncryptInvoker.LocalContext
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
DefaultEncryptInvoker
public static class DefaultEncryptInvoker.LocalContext
extends LookupInvoker.LookupInvokerContext<EncryptOptions,EncryptInvokerRequest,DefaultEncryptInvoker.LocalContext>
-
Field Summary
FieldsModifier and TypeFieldDescriptionList<org.jline.utils.AttributedString> org.jline.consoleui.prompt.ConsolePromptorg.jline.reader.LineReaderorg.jline.utils.AttributedStyleFields inherited from class org.apache.maven.cling.invoker.LookupInvoker.LookupInvokerContext
buildEventListener, closeables, containerCapsule, currentThreadContextClassLoader, cwdResolver, effectiveSettings, installationResolver, installationSettingsPath, interactive, invoker, invokerRequest, localRepositoryPath, logger, loggerFactory, loggerLevel, lookup, projectSettingsPath, protoLookup, session, settingsBuilder, slf4jConfiguration, terminal, userResolver, userSettingsPath -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLocalContext(DefaultEncryptInvoker invoker, EncryptInvokerRequest invokerRequest) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInHeader(String text) voidaddInHeader(org.jline.utils.AttributedStyle style, String text) Methods inherited from class org.apache.maven.cling.invoker.LookupInvoker.LookupInvokerContext
close
-
Field Details
-
goals
-
header
-
style
public org.jline.utils.AttributedStyle style -
reader
public org.jline.reader.LineReader reader -
prompt
public org.jline.consoleui.prompt.ConsolePrompt prompt
-
-
Constructor Details
-
LocalContext
-
-
Method Details
-
addInHeader
-
addInHeader
-