Package com.io7m.calino.cmdline.internal
Class CLNCommandShowSections
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.CLNCommandShowSections
- All Implemented Interfaces:
com.io7m.claypot.core.CLPCommandType
The 'show-sections' command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.claypot.core.CLPCommandType
com.io7m.claypot.core.CLPCommandType.Status
-
Constructor Summary
ConstructorDescriptionCLNCommandShowSections
(com.io7m.claypot.core.CLPCommandContextType inContext) The 'show-sections' 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
-
CLNCommandShowSections
public CLNCommandShowSections(com.io7m.claypot.core.CLPCommandContextType inContext) The 'show-sections' command.- Parameters:
inContext
- The context
-
-
Method Details
-
extendedHelp
-
executeWithReadFile
protected com.io7m.claypot.core.CLPCommandType.Status executeWithReadFile(CLNFileReadableType fileParsed) - Specified by:
executeWithReadFile
in classCLNAbstractReadFileCommand
-
name
-