public class CACertRequestActionCLI extends CommandCLI
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
CACertRequestActionCLI(java.lang.String name,
java.lang.String description,
CACertRequestCLI certRequestCLI) |
| Modifier and Type | Method and Description |
|---|---|
void |
createOptions() |
void |
execute(org.apache.commons.cli.CommandLine cmd) |
void |
performAction(CACertClient certClient,
RequestId requestId,
CertReviewResponse reviewInfo) |
void |
printHelp() |
executeaddModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, removeModule, runExternal, runExternal, setDescription, setNamepublic CACertRequestActionCLI(java.lang.String name,
java.lang.String description,
CACertRequestCLI certRequestCLI)
public void createOptions()
createOptions in class CommandCLIpublic void execute(org.apache.commons.cli.CommandLine cmd)
throws java.lang.Exception
execute in class CommandCLIjava.lang.Exceptionpublic void performAction(CACertClient certClient, RequestId requestId, CertReviewResponse reviewInfo) throws java.lang.Exception
java.lang.Exception