|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Format | |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.shell.impl.command.spi | |
| Uses of Format in org.crsh.cli.descriptor |
|---|
| Subclasses of Format in org.crsh.cli.descriptor | |
|---|---|
static class |
Format.Describe
The command description in one line. |
static class |
Format.Man
The command manual. |
static class |
Format.Usage
The command usage. |
| Methods in org.crsh.cli.descriptor with parameters of type Format | |
|---|---|
void |
CommandDescriptor.print(Format format,
Appendable to)
|
| Uses of Format in org.crsh.shell.impl.command.spi |
|---|
| Methods in org.crsh.shell.impl.command.spi with parameters of type Format | |
|---|---|
String |
ShellCommand.describe(InvocationMatch<T> match,
Format format)
|
String |
ShellCommand.describe(String line,
Format format)
Returns a description of the command or null if none can be found. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||