| Package | Description |
|---|---|
| org.wisdom.monitor.extensions.terminal |
| Modifier and Type | Field and Description |
|---|---|
private OutputType |
WisitOutputStream.myType |
private OutputType |
CommandResult.type |
| Modifier and Type | Method and Description |
|---|---|
OutputType |
WisitOutputStream.getType() |
OutputType |
CommandResult.getType() |
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 and Description |
|---|---|
protected void |
CommandResult.setType(OutputType type) |
| Constructor and Description |
|---|
CommandResult(OutputType pType)
Create a new command result.
|
WisitOutputStream(org.wisdom.api.http.websockets.Publisher publisher,
String topic,
OutputType outputType) |
Copyright © 2013–2015 Wisdom Framework. All rights reserved.