Package | Description |
---|---|
org.crsh.cli.impl.parser |
Modifier and Type | Field and Description |
---|---|
(package private) Mode |
Status.Request.mode
.
|
private Mode |
Parser.mode
.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Parser(Tokenizer tokenizer,
CommandDescriptor<T> command,
Mode mode) |
Status.Request(Mode mode,
Tokenizer tokenizer,
CommandDescriptor<T> command) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.