Package com.io7m.calino.cmdline.internal
Class CLNCommandExtractImageDataArray
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.CLNCommandExtractImageDataArray
- All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType
The 'extract-image-data-2d' command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.claypot.core.CLPCommandType
com.io7m.claypot.core.CLPCommandType.Status -
Constructor Summary
ConstructorsConstructorDescriptionCLNCommandExtractImageDataArray(com.io7m.claypot.core.CLPCommandContextType inContext) The 'extract-image-data-array' command. -
Method Summary
Modifier and TypeMethodDescriptionprotected com.io7m.claypot.core.CLPCommandType.StatusexecuteWithReadFile(CLNFileReadableType fileParsed) name()Methods inherited from class com.io7m.calino.cmdline.internal.CLNAbstractReadFileCommand
executeActual, sourceMethods inherited from class com.io7m.calino.cmdline.internal.CLNAbstractCommand
calinoStringsMethods inherited from class com.io7m.claypot.core.CLPAbstractCommand
commander, configuration, context, execute, logger, strings
-
Constructor Details
-
CLNCommandExtractImageDataArray
public CLNCommandExtractImageDataArray(com.io7m.claypot.core.CLPCommandContextType inContext) The 'extract-image-data-array' command.- Parameters:
inContext- The context
-
-
Method Details
-
extendedHelp
-
executeWithReadFile
protected com.io7m.claypot.core.CLPCommandType.Status executeWithReadFile(CLNFileReadableType fileParsed) throws IOException - Specified by:
executeWithReadFilein classCLNAbstractReadFileCommand- Throws:
IOException
-
name
-