Class CSShowCertificateOutputs

java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.certusine.cmdline.internal.CSShowCertificateOutputs
All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType

public final class CSShowCertificateOutputs extends com.io7m.claypot.core.CLPAbstractCommand
Show supported certificate outputs.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.io7m.claypot.core.CLPCommandType

    com.io7m.claypot.core.CLPCommandType.Status
  • Constructor Summary

    Constructors
    Constructor
    Description
    CSShowCertificateOutputs(com.io7m.claypot.core.CLPCommandContextType inContext)
    Construct a command.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.io7m.claypot.core.CLPCommandType.Status
     
     

    Methods inherited from class com.io7m.claypot.core.CLPAbstractCommand

    commander, configuration, context, execute, logger, strings

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.io7m.claypot.core.CLPCommandType

    extendedHelp
  • Constructor Details

    • CSShowCertificateOutputs

      public CSShowCertificateOutputs(com.io7m.claypot.core.CLPCommandContextType inContext)
      Construct a command.
      Parameters:
      inContext - The command context
  • Method Details

    • executeActual

      protected com.io7m.claypot.core.CLPCommandType.Status executeActual()
      Specified by:
      executeActual in class com.io7m.claypot.core.CLPAbstractCommand
    • name

      public String name()