Class ActivityCLI


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

      Fields 
      Modifier and Type Field Description
      com.netscape.certsrv.logging.ActivityClient activityClient  
      static org.slf4j.Logger logger  
      TPSCLI tpsCLI  
      • Fields inherited from class org.dogtagpki.cli.CLI

        client, description, formatter, modules, name, options, parent, parser, verbose
    • Constructor Summary

      Constructors 
      Constructor Description
      ActivityCLI​(TPSCLI tpsCLI)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.netscape.certsrv.logging.ActivityClient getActivityClient()  
      static void printActivity​(com.netscape.certsrv.logging.ActivityData activity, boolean showAll)  
      • Methods inherited from class org.dogtagpki.cli.CLI

        addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, 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
      • activityClient

        public com.netscape.certsrv.logging.ActivityClient activityClient
    • Constructor Detail

      • ActivityCLI

        public ActivityCLI​(TPSCLI tpsCLI)
    • Method Detail

      • getActivityClient

        public com.netscape.certsrv.logging.ActivityClient getActivityClient()
                                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printActivity

        public static void printActivity​(com.netscape.certsrv.logging.ActivityData activity,
                                         boolean showAll)