Package com.io7m.idstore.main.internal
Class IdMCmdShell
java.lang.Object
com.io7m.idstore.main.internal.IdMCmdShell
- All Implemented Interfaces:
com.io7m.quarrel.core.QCommandOrGroupType,com.io7m.quarrel.core.QCommandType
The "shell" command.
-
Constructor Details
-
IdMCmdShell
public IdMCmdShell()The "shell" command.
-
-
Method Details
-
onListNamedParameters
- Specified by:
onListNamedParametersin interfacecom.io7m.quarrel.core.QCommandType
-
onListPositionalParameters
public com.io7m.quarrel.core.QParametersPositionalType onListPositionalParameters()- Specified by:
onListPositionalParametersin interfacecom.io7m.quarrel.core.QCommandType
-
onExecute
public com.io7m.quarrel.core.QCommandStatus onExecute(com.io7m.quarrel.core.QCommandContextType context) throws Exception - Specified by:
onExecutein interfacecom.io7m.quarrel.core.QCommandType- Throws:
Exception
-
metadata
public com.io7m.quarrel.core.QCommandMetadata metadata()- Specified by:
metadatain interfacecom.io7m.quarrel.core.QCommandOrGroupType
-