Class ProfileCLI


  • public class ProfileCLI
    extends org.dogtagpki.cli.CLI
    Author:
    Endi S. Dewata
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger logger  
      com.netscape.certsrv.tps.profile.ProfileClient profileClient  
      TPSCLI tpsCLI  
      • Fields inherited from class org.dogtagpki.cli.CLI

        client, description, formatter, modules, name, options, parent, parser, verbose
    • 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()  
      com.netscape.certsrv.tps.profile.ProfileClient getProfileClient()  
      static void printProfileData​(com.netscape.certsrv.tps.profile.ProfileData profileData, boolean showProperties)  
      • Methods inherited from class org.dogtagpki.cli.CLI

        addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
      • tpsCLI

        public TPSCLI tpsCLI
      • profileClient

        public com.netscape.certsrv.tps.profile.ProfileClient profileClient
    • Constructor Detail

      • ProfileCLI

        public ProfileCLI​(TPSCLI tpsCLI)
    • Method Detail

      • getManPage

        public java.lang.String getManPage()
        Overrides:
        getManPage in class org.dogtagpki.cli.CLI
      • getProfileClient

        public com.netscape.certsrv.tps.profile.ProfileClient getProfileClient()
                                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printProfileData

        public static void printProfileData​(com.netscape.certsrv.tps.profile.ProfileData profileData,
                                            boolean showProperties)
                                     throws java.io.IOException
        Throws:
        java.io.IOException