abstract void |
Format.print(CommandDescriptor<?> command,
Appendable stream)
Print the specified command to the stream
|
void |
Format.Describe.print(CommandDescriptor<?> command,
Appendable stream) |
void |
Format.Man.print(CommandDescriptor<?> command,
Appendable stream) |
void |
Format.Usage.print(CommandDescriptor<?> command,
Appendable stream) |
void |
Format.Man.printDescriptionSection(CommandDescriptor<?> command,
Appendable stream) |
void |
Format.Usage.printDetailsSection(CommandDescriptor<?> command,
Appendable stream) |
void |
Format.Man.printNameSection(CommandDescriptor<?> command,
Appendable stream) |
void |
Format.Man.printParametersSection(CommandDescriptor<?> command,
Appendable stream) |
void |
Format.Man.printSynopsisSection(CommandDescriptor<?> command,
Appendable stream) |
void |
Format.Usage.printUsageSection(CommandDescriptor<?> command,
Appendable stream) |