|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DescriptionFormat | |
|---|---|
| org.crsh.command | |
| org.crsh.lang.groovy.command | |
| Uses of DescriptionFormat in org.crsh.command |
|---|
| Methods in org.crsh.command that return DescriptionFormat | |
|---|---|
static DescriptionFormat |
DescriptionFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DescriptionFormat[] |
DescriptionFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.crsh.command with parameters of type DescriptionFormat | |
|---|---|
String |
BaseCommand.describe(String line,
DescriptionFormat mode)
|
String |
ShellCommand.describe(String line,
DescriptionFormat mode)
Returns a description of the command or null if none can be found. |
| Uses of DescriptionFormat in org.crsh.lang.groovy.command |
|---|
| Methods in org.crsh.lang.groovy.command with parameters of type DescriptionFormat | |
|---|---|
String |
GroovyScriptCommand.describe(String line,
DescriptionFormat mode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||