|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mode | |
---|---|
org.crsh.cmdline.matcher.impl |
Uses of Mode in org.crsh.cmdline.matcher.impl |
---|
Fields in org.crsh.cmdline.matcher.impl declared as Mode | |
---|---|
private Mode |
Parser.mode
. |
(package private) Mode |
Status.Request.mode
. |
Methods in org.crsh.cmdline.matcher.impl that return Mode | |
---|---|
Mode |
Parser.getMode()
|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.crsh.cmdline.matcher.impl with parameters of type Mode | |
---|---|
Parser(Tokenizer tokenizer,
ClassDescriptor<T> command,
String mainName,
Mode mode)
|
|
Status.Request(Mode mode,
String mainName,
Tokenizer tokenizer,
CommandDescriptor<?,?> command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |