public class ClientCertModifyCLI extends CLI
| Constructor and Description |
|---|
ClientCertModifyCLI(ClientCLI clientCLI) |
| Modifier and Type | Method and Description |
|---|---|
void |
createOptions() |
void |
execute(java.lang.String[] args) |
int |
modifyCert(java.lang.String dbPath,
java.lang.String nickname,
java.lang.String trustAttributes) |
void |
printHelp() |
int |
run(java.lang.String[] command) |
addModule, findModule, findModules, getClient, getClient, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, removeModule, setDescription, setName, setVerbosepublic ClientCLI clientCLI
public ClientCertModifyCLI(ClientCLI clientCLI)
public void createOptions()
public void execute(java.lang.String[] args)
throws java.lang.Exception
public int modifyCert(java.lang.String dbPath,
java.lang.String nickname,
java.lang.String trustAttributes)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic int run(java.lang.String[] command)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedException