|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.cli.descriptor.Format org.crsh.cli.descriptor.Format.Describe
public static class Format.Describe
The command description in one line.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.crsh.cli.descriptor.Format |
---|
Format.Describe, Format.Man, Format.Usage |
Field Summary |
---|
Fields inherited from class org.crsh.cli.descriptor.Format |
---|
DESCRIBE, MAN, USAGE |
Constructor Summary | |
---|---|
Format.Describe() |
Method Summary | |
---|---|
void |
print(CommandDescriptor<?> command, Appendable stream) Print the specified command to the stream |
Methods inherited from class org.crsh.cli.descriptor.Format |
---|
printFQN, printFQNWithOptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Format.Describe()
Method Detail |
---|
public void print(CommandDescriptor<?> command, Appendable stream) throws IOException
Format
command
to the stream
print
in class Format
command
- the command to printstream
- the outputIOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |