Class IdAShellCmdVersion

java.lang.Object
com.io7m.idstore.shell.admin.internal.IdAShellCmdVersion
All Implemented Interfaces:
IdAShellCmdType, com.io7m.quarrel.core.QCommandOrGroupType, com.io7m.quarrel.core.QCommandType

public final class IdAShellCmdVersion extends Object implements IdAShellCmdType
"version"
  • Constructor Summary

    Constructors
    Constructor
    Description
    Construct a command.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jline.reader.Completer
     
    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, 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

    • IdAShellCmdVersion

      public IdAShellCmdVersion()
      Construct a command.
  • Method Details

    • completer

      public org.jline.reader.Completer completer()
      Specified by:
      completer in interface IdAShellCmdType
      Returns:
      A shell command completer for the command
    • 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)
      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
    • toString

      public String toString()
      Overrides:
      toString in class Object