Class CLNCommandCreateArray

java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.calino.cmdline.internal.CLNAbstractCommand
com.io7m.calino.cmdline.internal.CLNCommandCreateArray
All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType

public final class CLNCommandCreateArray extends CLNAbstractCommand
The 'create-array' 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
    CLNCommandCreateArray(com.io7m.claypot.core.CLPCommandContextType inContext)
    The 'create-array' command.
  • Method Summary

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

    Methods inherited from class com.io7m.calino.cmdline.internal.CLNAbstractCommand

    calinoStrings

    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

    • CLNCommandCreateArray

      public CLNCommandCreateArray(com.io7m.claypot.core.CLPCommandContextType inContext)
      The 'create-array' command.
      Parameters:
      inContext - The context
  • Method Details

    • extendedHelp

      public String extendedHelp()
    • executeActual

      protected com.io7m.claypot.core.CLPCommandType.Status executeActual() throws IOException, com.io7m.jmulticlose.core.ClosingResourceFailedException
      Specified by:
      executeActual in class com.io7m.claypot.core.CLPAbstractCommand
      Throws:
      IOException
      com.io7m.jmulticlose.core.ClosingResourceFailedException
    • name

      public String name()