Class ProfileCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.tps.profile.ProfileCLI
-
public class ProfileCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
ProfileClient
profileClient
TPSCLI
tpsCLI
-
Constructor Summary
Constructors Constructor Description ProfileCLI(TPSCLI tpsCLI)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getManPage()
ProfileClient
getProfileClient()
static void
printProfileData(ProfileData profileData, boolean showProperties)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getModule, getModules, getName, getParent, getRoot, isDeprecated, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
tpsCLI
public TPSCLI tpsCLI
-
profileClient
public ProfileClient profileClient
-
-
Constructor Detail
-
ProfileCLI
public ProfileCLI(TPSCLI tpsCLI)
-
-
Method Detail
-
getManPage
public java.lang.String getManPage()
- Overrides:
getManPage
in classCLI
-
getProfileClient
public ProfileClient getProfileClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printProfileData
public static void printProfileData(ProfileData profileData, boolean showProperties) throws java.io.IOException
- Throws:
java.io.IOException
-
-