Package com.io7m.calino.cmdline.internal
Class CLNCommandCreate2D
java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.calino.cmdline.internal.CLNAbstractCommand
com.io7m.calino.cmdline.internal.CLNCommandCreate2D
- All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType
The 'create-2d' command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.claypot.core.CLPCommandType
com.io7m.claypot.core.CLPCommandType.Status -
Constructor Summary
ConstructorsConstructorDescriptionCLNCommandCreate2D(com.io7m.claypot.core.CLPCommandContextType inContext) The 'create-2d' command. -
Method Summary
Methods 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
-
CLNCommandCreate2D
public CLNCommandCreate2D(com.io7m.claypot.core.CLPCommandContextType inContext) The 'create-2d' command.- Parameters:
inContext- The context
-
-
Method Details
-
extendedHelp
-
executeActual
protected com.io7m.claypot.core.CLPCommandType.Status executeActual() throws IOException, com.io7m.jmulticlose.core.ClosingResourceFailedException- Specified by:
executeActualin classcom.io7m.claypot.core.CLPAbstractCommand- Throws:
IOExceptioncom.io7m.jmulticlose.core.ClosingResourceFailedException
-
name
-