Class CLCommandWriteXHTML

java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.changelog.cmdline.internal.CLAbstractCommand
com.io7m.changelog.cmdline.internal.CLCommandWriteXHTML
All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType

public final class CLCommandWriteXHTML extends CLAbstractCommand
The "write-xhtml" command.
  • 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
    CLCommandWriteXHTML(com.io7m.claypot.core.CLPCommandContextType inContext)
    Construct a command.
  • Method Summary

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

    Methods inherited from class com.io7m.changelog.cmdline.internal.CLAbstractCommand

    error, info, messages

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

    • CLCommandWriteXHTML

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

    • executeActual

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

      public String name()
    • extendedHelp

      public String extendedHelp()