Class ProfileCLI
- java.lang.Object
-
- com.netscape.cmstools.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 ProfileClient
profileClient
-
Constructor Summary
Constructors Constructor Description ProfileCLI(CLI parent)
-
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 com.netscape.cmstools.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getModule, getModules, getName, getParent, isDeprecated, isVerbose, printHelp, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Field Detail
-
profileClient
public ProfileClient profileClient
-
-
Constructor Detail
-
ProfileCLI
public ProfileCLI(CLI parent)
-
-
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
-
-