Class MCPackagePack

java.lang.Object
com.io7m.montarre.cmdline.internal.MCPackagePack
All Implemented Interfaces:
com.io7m.quarrel.core.QCommandOrGroupType, com.io7m.quarrel.core.QCommandType

public final class MCPackagePack extends Object implements com.io7m.quarrel.core.QCommandType
"pack"
  • Constructor Summary

    Constructors
    Constructor
    Description
    Construct a command.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.io7m.quarrel.core.QCommandMetadata
     
    com.io7m.quarrel.core.QCommandStatus
    onExecute(com.io7m.quarrel.core.QCommandContextType newContext)
     
    List<com.io7m.quarrel.core.QParameterNamedType<?>>
     

    Methods inherited from class Object

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

    Methods inherited from interface com.io7m.quarrel.core.QCommandOrGroupType

    isHidden

    Methods inherited from interface com.io7m.quarrel.core.QCommandType

    onListPositionalParameters
  • Constructor Details

    • MCPackagePack

      public MCPackagePack()
      Construct a command.
  • Method Details

    • onListNamedParameters

      public List<com.io7m.quarrel.core.QParameterNamedType<?>> onListNamedParameters()
      Specified by:
      onListNamedParameters in interface com.io7m.quarrel.core.QCommandType
    • onExecute

      public com.io7m.quarrel.core.QCommandStatus onExecute(com.io7m.quarrel.core.QCommandContextType newContext)
      Specified by:
      onExecute in interface com.io7m.quarrel.core.QCommandType
    • metadata

      public com.io7m.quarrel.core.QCommandMetadata metadata()
      Specified by:
      metadata in interface com.io7m.quarrel.core.QCommandOrGroupType