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.reader.LineReaderorg.jline.utils.AttributedStyleFields inherited from class LookupContext
buildEventListener, closeables, coloredOutput, containerCapsule, containerCapsuleManaged, cwd, effectiveSettings, effectiveToolchains, eventSpyDispatcher, installationDirectory, installationSettingsPath, interactive, invokerRequest, localRepositoryPath, logger, loggerFactory, loggerLevel, lookup, projectSettingsPath, protoSession, pushedUserProperties, slf4jConfiguration, terminal, userDirectory, userSettingsPath, writer -
Constructor Summary
ConstructorsConstructorDescriptionEncryptContext(org.apache.maven.api.cli.InvokerRequest invokerRequest, org.apache.maven.api.cli.mvnenc.EncryptOptions encryptOptions) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInHeader(String text) voidaddInHeader(org.jline.utils.AttributedStyle style, String text) org.apache.maven.api.cli.mvnenc.EncryptOptionsoptions()Methods inherited from class LookupContext
close, closeContainer, doCloseContainer
-
Field Details
-
goals
-
header
-
style
public org.jline.utils.AttributedStyle style -
reader
public org.jline.reader.LineReader reader
-
-
Constructor Details
-
EncryptContext
public EncryptContext(org.apache.maven.api.cli.InvokerRequest invokerRequest, org.apache.maven.api.cli.mvnenc.EncryptOptions encryptOptions)
-
-
Method Details
-
addInHeader
-
addInHeader
-
options
public org.apache.maven.api.cli.mvnenc.EncryptOptions options()- Overrides:
optionsin classLookupContext
-