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
Modifier and TypeFieldDescriptionList
<org.jline.utils.AttributedString> org.jline.consoleui.prompt.ConsolePrompt
org.jline.reader.LineReader
org.jline.utils.AttributedStyle
Fields 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
ModifierConstructorDescriptionprotected
LocalContext
(DefaultEncryptInvoker invoker, EncryptInvokerRequest invokerRequest) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addInHeader
(String text) void
addInHeader
(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
-