Class SelfTestRunCLI

java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.selftests.SelfTestRunCLI

public class SelfTestRunCLI extends CommandCLI
Author:
Endi S. Dewata
  • Field Details

    • logger

      public static org.slf4j.Logger logger
    • selfTestCLI

      public SelfTestCLI selfTestCLI
  • Constructor Details

    • SelfTestRunCLI

      public SelfTestRunCLI(SelfTestCLI selfTestCLI)
  • Method Details

    • printHelp

      public void printHelp()
      Overrides:
      printHelp in class CLI
    • printSelfTestResult

      public static void printSelfTestResult(SelfTestResult result)
    • execute

      public void execute(org.apache.commons.cli.CommandLine cmd) throws Exception
      Overrides:
      execute in class CommandCLI
      Throws:
      Exception