Class CLNCommandExtractImageDataArray
java.lang.Object
com.io7m.calino.cmdline.internal.CLNAbstractCommand
com.io7m.calino.cmdline.internal.CLNAbstractReadFileCommand
com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataArray
- All Implemented Interfaces:
com.io7m.quarrel.core.QCommandOrGroupType, com.io7m.quarrel.core.QCommandType
The 'extract-image-data-2d' command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.io7m.quarrel.core.QCommandStatusexecuteWithReadFile(com.io7m.quarrel.core.QCommandContextType context, CLNFileReadableType fileParsed) protected List<com.io7m.quarrel.core.QParameterNamedType<?>> Methods inherited from class CLNAbstractReadFileCommand
onExecute, onListNamedParametersActual, sourceMethods inherited from class CLNAbstractCommand
calinoStrings, metadata, onListNamedParametersMethods 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
onListPositionalParameters
-
Constructor Details
-
CLNCommandExtractImageDataArray
public CLNCommandExtractImageDataArray()The 'extract-image-data-array' command.
-
-
Method Details
-
onListNamedParametersWithFile
- Specified by:
onListNamedParametersWithFilein classCLNAbstractReadFileCommand
-
executeWithReadFile
protected com.io7m.quarrel.core.QCommandStatus executeWithReadFile(com.io7m.quarrel.core.QCommandContextType context, CLNFileReadableType fileParsed) throws Exception - Specified by:
executeWithReadFilein classCLNAbstractReadFileCommand- Throws:
Exception
-