@Prototype public class DeactivateAccount extends CodeGenCommand
Modifier and Type | Field and Description |
---|---|
protected AcmeServerOption |
acmeServerOption |
protected java.lang.String |
keyDir |
protected java.lang.String |
keyName |
beanContext, config, consoleOutput, outputHandlerSupplier, overwrite
commonOptions, spec
NOOP
Constructor and Description |
---|
DeactivateAccount(CodeGenConfig config) |
DeactivateAccount(CodeGenConfig config,
io.micronaut.core.util.functional.ThrowingSupplier<OutputHandler,java.io.IOException> outputHandlerSupplier,
ConsoleOutput consoleOutput) |
Modifier and Type | Method and Description |
---|---|
boolean |
applies() |
java.lang.Integer |
call()
Uses arguments passed to do all account deactivation.
|
err, getCommand, getProject, getTemplateRenderer, getTemplateRenderer, out, setBeanContext, warning
errWriter, getOperatingSystem, getSpec, green, outWriter, red, showStacktrace, verbose
protected java.lang.String keyName
protected java.lang.String keyDir
protected AcmeServerOption acmeServerOption
public DeactivateAccount(@Parameter CodeGenConfig config)
public DeactivateAccount(CodeGenConfig config, io.micronaut.core.util.functional.ThrowingSupplier<OutputHandler,java.io.IOException> outputHandlerSupplier, ConsoleOutput consoleOutput)
public boolean applies()
applies
in class CodeGenCommand
public java.lang.Integer call()