Class CLNAbstractCommand
java.lang.Object
com.io7m.calino.cmdline.internal.CLNAbstractCommand
- All Implemented Interfaces:
com.io7m.quarrel.core.QCommandOrGroupType, com.io7m.quarrel.core.QCommandType
- Direct Known Subclasses:
CLNAbstractReadFileCommand, CLNCommandCreate2D, CLNCommandCreateArray, CLNCommandCreateCube
public abstract class CLNAbstractCommand
extends Object
implements com.io7m.quarrel.core.QCommandType
An abstract calino command.
-
Method Summary
Modifier and TypeMethodDescriptionfinal CLNStringsfinal com.io7m.quarrel.core.QCommandMetadatametadata()final List<com.io7m.quarrel.core.QParameterNamedType<?>> protected abstract List<com.io7m.quarrel.core.QParameterNamedType<?>> Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.quarrel.core.QCommandOrGroupType
isHiddenMethods inherited from interface com.io7m.quarrel.core.QCommandType
onExecute, onListPositionalParameters
-
Method Details
-
onListNamedParametersActual
-
onListNamedParameters
- Specified by:
onListNamedParametersin interfacecom.io7m.quarrel.core.QCommandType
-
metadata
public final com.io7m.quarrel.core.QCommandMetadata metadata()- Specified by:
metadatain interfacecom.io7m.quarrel.core.QCommandOrGroupType
-
calinoStrings
- Returns:
- The string resources
-