Class EncryptContext
java.lang.Object
org.apache.maven.cling.invoker.LookupContext
org.apache.maven.cling.invoker.mvnenc.EncryptContext
- All Implemented Interfaces:
AutoCloseable
-
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.LookupContext
closeables, coloredOutput, containerCapsule, cwdResolver, effectiveSettings, installationResolver, interactive, invokerRequest, localRepositoryPath, logger, loggerFactory, loggerLevel, lookup, protoSession, slf4jConfiguration, terminal, userResolver, writer
-
Constructor Summary
-
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.LookupContext
close, closeContainer
-
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
-
EncryptContext
-
-
Method Details
-
addInHeader
-
addInHeader
-