@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, overwritecommonOptions, specNOOP| 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, warningerrWriter, getOperatingSystem, getSpec, green, outWriter, red, showStacktrace, verboseprotected 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 CodeGenCommandpublic java.lang.Integer call()