Class MCMavenDownload

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

public final class MCMavenDownload extends Object implements com.io7m.quarrel.core.QCommandType
"download"
  • 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 java.lang.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

    • MCMavenDownload

      public MCMavenDownload()
      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) throws InterruptedException
      Specified by:
      onExecute in interface com.io7m.quarrel.core.QCommandType
      Throws:
      InterruptedException
    • metadata

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