Package com.io7m.calino.cmdline.internal
Class CLNCommandCreateCube
java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.calino.cmdline.internal.CLNAbstractCommand
com.io7m.calino.cmdline.internal.CLNCommandCreateCube
- All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType
The 'create-cube' command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.claypot.core.CLPCommandType
com.io7m.claypot.core.CLPCommandType.Status
-
Constructor Summary
ConstructorDescriptionCLNCommandCreateCube
(com.io7m.claypot.core.CLPCommandContextType inContext) The 'create-cube' command. -
Method Summary
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
-
CLNCommandCreateCube
public CLNCommandCreateCube(com.io7m.claypot.core.CLPCommandContextType inContext) The 'create-cube' 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:
executeActual
in classcom.io7m.claypot.core.CLPAbstractCommand
- Throws:
IOException
com.io7m.jmulticlose.core.ClosingResourceFailedException
-
name
-