Package com.io7m.calino.cmdline.internal
Class CLNCommandExtractImageDataCube
java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.calino.cmdline.internal.CLNAbstractCommand
com.io7m.calino.cmdline.internal.CLNAbstractReadFileCommand
com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataCube
- All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType
The 'extract-image-data-cube' command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.claypot.core.CLPCommandType
com.io7m.claypot.core.CLPCommandType.Status
-
Constructor Summary
ConstructorDescriptionCLNCommandExtractImageDataCube
(com.io7m.claypot.core.CLPCommandContextType inContext) The 'extract-image-data-cube' command. -
Method Summary
Modifier and TypeMethodDescriptionprotected com.io7m.claypot.core.CLPCommandType.Status
executeWithReadFile
(CLNFileReadableType fileParsed) name()
Methods inherited from class com.io7m.calino.cmdline.internal.CLNAbstractReadFileCommand
executeActual, source
Methods inherited from class com.io7m.calino.cmdline.internal.CLNAbstractCommand
calinoStrings
Methods inherited from class com.io7m.claypot.core.CLPAbstractCommand
commander, configuration, context, execute, logger, strings
-
Constructor Details
-
CLNCommandExtractImageDataCube
public CLNCommandExtractImageDataCube(com.io7m.claypot.core.CLPCommandContextType inContext) The 'extract-image-data-cube' command.- Parameters:
inContext
- The context
-
-
Method Details
-
extendedHelp
-
executeWithReadFile
protected com.io7m.claypot.core.CLPCommandType.Status executeWithReadFile(CLNFileReadableType fileParsed) throws IOException - Specified by:
executeWithReadFile
in classCLNAbstractReadFileCommand
- Throws:
IOException
-
name
-