Class ProfileMappingRemoveCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.tps.profile.ProfileMappingRemoveCLI
-
public class ProfileMappingRemoveCLI extends org.dogtagpki.cli.CommandCLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
ProfileMappingCLI
profileMappingCLI
-
Constructor Summary
Constructors Constructor Description ProfileMappingRemoveCLI(ProfileMappingCLI profileMappingCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.commons.cli.CommandLine cmd)
void
printHelp()
-
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, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
profileMappingCLI
public ProfileMappingCLI profileMappingCLI
-
-
Constructor Detail
-
ProfileMappingRemoveCLI
public ProfileMappingRemoveCLI(ProfileMappingCLI profileMappingCLI)
-
-