Class WXMCommandSchema

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

public final class WXMCommandSchema
extends com.io7m.claypot.core.CLPAbstractCommand
  • 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
    WXMCommandSchema​(com.io7m.claypot.core.CLPCommandContextType inContext)
    Construct a command.
  • Method Summary

    Modifier and Type Method Description
    protected com.io7m.claypot.core.CLPCommandType.Status executeActual()  
    java.lang.String extendedHelp()  
    java.lang.String name()  
    java.lang.String toString()  

    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, wait, wait, wait
  • Constructor Details

    • WXMCommandSchema

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

    • extendedHelp

      public java.lang.String extendedHelp()
    • executeActual

      protected com.io7m.claypot.core.CLPCommandType.Status executeActual() throws java.lang.Exception
      Specified by:
      executeActual in class com.io7m.claypot.core.CLPAbstractCommand
      Throws:
      java.lang.Exception
    • name

      public java.lang.String name()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object