Class EncryptContext
java.lang.Object
org.apache.maven.cling.invoker.LookupContext
org.apache.maven.cling.invoker.mvnenc.EncryptContext
- All Implemented Interfaces:
AutoCloseable
-
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.LookupContext
closeables, coloredOutput, containerCapsule, cwdResolver, effectiveSettings, installationResolver, interactive, invokerRequest, localRepositoryPath, logger, loggerFactory, loggerLevel, lookup, protoSession, slf4jConfiguration, terminal, userResolver, writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInHeader(String text) voidaddInHeader(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
-