Class CLNCommandExtractImageDataCube
java.lang.Object
com.io7m.calino.cmdline.internal.CLNAbstractCommand
com.io7m.calino.cmdline.internal.CLNAbstractReadFileCommand
com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataCube
- All Implemented Interfaces:
com.io7m.quarrel.core.QCommandOrGroupType, com.io7m.quarrel.core.QCommandType
The 'extract-image-data-cube' 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
-
CLNCommandExtractImageDataCube
public CLNCommandExtractImageDataCube()The 'extract-image-data-cube' 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 IOException - Specified by:
executeWithReadFilein classCLNAbstractReadFileCommand- Throws:
IOException
-