Package com.io7m.calino.cmdline.internal
Class CLNAbstractCommand
java.lang.Object
com.io7m.claypot.core.CLPAbstractCommand
com.io7m.calino.cmdline.internal.CLNAbstractCommand
- All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType
- Direct Known Subclasses:
CLNAbstractReadFileCommand
,CLNCommandCreate2D
,CLNCommandCreateArray
,CLNCommandCreateCube
,CLNCommandVersion
public abstract class CLNAbstractCommand
extends com.io7m.claypot.core.CLPAbstractCommand
An abstract calino command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.claypot.core.CLPCommandType
com.io7m.claypot.core.CLPCommandType.Status
-
Method Summary
Methods inherited from class com.io7m.claypot.core.CLPAbstractCommand
commander, configuration, context, execute, executeActual, logger, strings
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.io7m.claypot.core.CLPCommandType
extendedHelp, name
-
Method Details
-
calinoStrings
- Returns:
- The string resources
-