|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DescriptionMode | |
|---|---|
| org.crsh.command | |
| org.crsh.shell.impl | |
| Uses of DescriptionMode in org.crsh.command |
|---|
| Methods in org.crsh.command that return DescriptionMode | |
|---|---|
static DescriptionMode |
DescriptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DescriptionMode[] |
DescriptionMode.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 DescriptionMode | |
|---|---|
String |
CRaSHCommand.describe(String line,
DescriptionMode mode)
|
String |
ShellCommand.describe(String line,
DescriptionMode mode)
Returns a description of the command or null if none can be found. |
| Uses of DescriptionMode in org.crsh.shell.impl |
|---|
| Methods in org.crsh.shell.impl with parameters of type DescriptionMode | |
|---|---|
String |
GroovyScriptCommand.describe(String line,
DescriptionMode mode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||