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 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
    • onListPositionalParameters

      public com.io7m.quarrel.core.QParametersPositionalType onListPositionalParameters()
      Specified by:
      onListPositionalParameters 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