| Package | Description |
|---|---|
| com.entitystream.monster.db |
| Modifier and Type | Field | Description |
|---|---|---|
protected OutputType |
MonsterClient.output |
| Modifier and Type | Method | Description |
|---|---|---|
OutputType |
MonsterClient.getOutputType() |
|
static OutputType |
OutputType.parse(String string) |
|
static OutputType |
OutputType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OutputType[] |
OutputType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
MonsterCLI.parseCMD(String cmd,
PrintWriter out,
Queue<String> history,
OutputType output,
boolean explain,
MonsterClient client,
boolean quiet,
org.jline.reader.LineReader lineReader,
String delimiter) |
|
void |
MonsterClient.setOutputType(OutputType o) |
Copyright © 2020. All rights reserved.