Package org.dogtagpki.cli
Class CommandCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- Direct Known Subclasses:
ActivityFindCLI
,ActivityShowCLI
,AuditFileFindCLI
,AuditFileRetrieveCLI
,AuditModifyCLI
,AuditShowCLI
,AuthenticatorAddCLI
,AuthenticatorFindCLI
,AuthenticatorModifyCLI
,AuthenticatorRemoveCLI
,AuthenticatorShowCLI
,AuthorityCreateCLI
,AuthorityDisableCLI
,AuthorityEnableCLI
,AuthorityFindCLI
,AuthorityKeyExportCLI
,AuthorityRemoveCLI
,AuthorityShowCLI
,CACertExportCLI
,CACertFindCLI
,CACertHoldCLI
,CACertReleaseHoldCLI
,CACertRequestActionCLI
,CACertRequestFindCLI
,CACertRequestProfileFindCLI
,CACertRequestProfileShowCLI
,CACertRequestReviewCLI
,CACertRequestShowCLI
,CACertRequestSubmitCLI
,CACertRevokeCLI
,CACertShowCLI
,CACertSigningExportCLI
,CACertSigningShowCLI
,CACertStatusCLI
,CACertTransportExportCLI
,CACertTransportShowCLI
,ClientCertFindCLI
,ClientCertImportCLI
,ClientCertModifyCLI
,ClientCertRemoveCLI
,ClientCertRequestCLI
,ClientCertShowCLI
,ClientCertValidateCLI
,ClientInitCLI
,ConfigExportCLI
,ConfigModifyCLI
,ConfigShowCLI
,ConnectorAddCLI
,ConnectorFindCLI
,ConnectorModifyCLI
,ConnectorRemoveCLI
,ConnectorShowCLI
,FeatureFindCLI
,FeatureShowCLI
,GroupAddCLI
,GroupFindCLI
,GroupMemberAddCLI
,GroupMemberFindCLI
,GroupMemberRemoveCLI
,GroupMemberShowCLI
,GroupModifyCLI
,GroupRemoveCLI
,GroupShowCLI
,HelpCLI
,InfoCLI
,KRACertTransportExportCLI
,KRACertTransportShowCLI
,KRAConnectorAddCLI
,KRAConnectorRemoveCLI
,KRAConnectorShowCLI
,KRAKeyArchiveCLI
,KRAKeyFindCLI
,KRAKeyGenerateCLI
,KRAKeyModifyCLI
,KRAKeyRecoverCLI
,KRAKeyRequestFindCLI
,KRAKeyRequestReviewCLI
,KRAKeyRequestShowCLI
,KRAKeyRetrieveCLI
,KRAKeyShowCLI
,KRAKeyTemplateFindCLI
,KRAKeyTemplateShowCLI
,NSSCertImportCLI
,NSSCertIssueCLI
,NSSCertRequestCLI
,NSSCreateCLI
,NSSKeyExportCLI
,NSSKeyImportCLI
,NSSRemoveCLI
,PKCS11CertExportCLI
,PKCS11CertFindCLI
,PKCS11CertRemoveCLI
,PKCS11CertShowCLI
,PKCS11KeyFindCLI
,PKCS11KeyRemoveCLI
,PKCS11KeyShowCLI
,PKCS12CertAddCLI
,PKCS12CertExportCLI
,PKCS12CertFindCLI
,PKCS12CertImportCLI
,PKCS12CertModCLI
,PKCS12CertRemoveCLI
,PKCS12ExportCLI
,PKCS12ImportCLI
,PKCS12KeyFindCLI
,PKCS12KeyRemoveCLI
,PKCS7CertExportCLI
,PKCS7CertFindCLI
,PKCS7ImportCLI
,ProfileAddCLI
,ProfileAddCLI
,ProfileDisableCLI
,ProfileEditCLI
,ProfileEnableCLI
,ProfileFindCLI
,ProfileFindCLI
,ProfileMappingAddCLI
,ProfileMappingFindCLI
,ProfileMappingModifyCLI
,ProfileMappingRemoveCLI
,ProfileMappingShowCLI
,ProfileModifyCLI
,ProfileModifyCLI
,ProfileRemoveCLI
,ProfileRemoveCLI
,ProfileShowCLI
,ProfileShowCLI
,RangeRequestCLI
,SecurityDomainHostAddCLI
,SecurityDomainHostFindCLI
,SecurityDomainHostRemoveCLI
,SecurityDomainHostShowCLI
,SecurityDomainShowCLI
,SelfTestFindCLI
,SelfTestRunCLI
,SelfTestShowCLI
,SubsystemDBEmptyCLI
,SubsystemDBInfoCLI
,SubsystemDBInitCLI
,SubsystemDBRemoveCLI
,SubsystemDBUpgradeCLI
,TKSKeyCreateCLI
,TKSKeyExportCLI
,TKSKeyRemoveCLI
,TKSKeyReplaceCLI
,TKSKeyShowCLI
,TokenAddCLI
,TokenFindCLI
,TokenModifyCLI
,TokenRemoveCLI
,TokenShowCLI
,TPSCertFindCLI
,TPSCertShowCLI
,TPSConnectorAddCLI
,TPSConnectorFindCLI
,TPSConnectorModCLI
,TPSConnectorRemoveCLI
,TPSConnectorShowCLI
,UserAddCLI
,UserCertAddCLI
,UserCertFindCLI
,UserCertRemoveCLI
,UserCertShowCLI
,UserFindCLI
,UserMembershipAddCLI
,UserMembershipFindCLI
,UserMembershipRemoveCLI
,UserModifyCLI
,UserRemoveCLI
,UserShowCLI
public class CommandCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description CommandCLI(java.lang.String name, java.lang.String description, CLI parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createOptions()
void
execute(java.lang.String[] args)
void
execute(org.apache.commons.cli.CommandLine cmd)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Constructor Detail
-
CommandCLI
public CommandCLI(java.lang.String name, java.lang.String description, CLI parent)
-
-