Class IdMCmdShell

java.lang.Object
com.io7m.idstore.main.internal.IdMCmdShell
All Implemented Interfaces:
com.io7m.quarrel.core.QCommandOrGroupType, com.io7m.quarrel.core.QCommandType

public final class IdMCmdShell extends Object implements com.io7m.quarrel.core.QCommandType
The "shell" command.
  • Constructor Summary

    Constructors
    Constructor
    Description
    The "shell" command.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.io7m.quarrel.core.QCommandMetadata
     
    com.io7m.quarrel.core.QCommandStatus
    onExecute(com.io7m.quarrel.core.QCommandContextType context)
     
    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

    • IdMCmdShell

      public IdMCmdShell()
      The "shell" 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 context) throws Exception
      Specified by:
      onExecute in interface com.io7m.quarrel.core.QCommandType
      Throws:
      Exception
    • metadata

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