Class LLServerSelfTest

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

public final class LLServerSelfTest extends Object implements com.io7m.quarrel.core.QCommandType
Start a self-test server instance.
  • Constructor Details

    • LLServerSelfTest

      public LLServerSelfTest()
      Construct a command.
  • Method Details

    • onListNamedParameters

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

      public boolean isHidden()
      Specified by:
      isHidden in interface com.io7m.quarrel.core.QCommandOrGroupType
    • 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