| Package | Description |
|---|---|
| be.bagofwords.ui |
| Modifier and Type | Field and Description |
|---|---|
static UI.Priority |
UI.DEBUG |
static UI.Priority |
UI.ERROR |
static UI.Priority |
UI.HIGH |
static UI.Priority |
UI.LOW |
static UI.Priority |
UI.NORMAL |
static UI.Priority |
UI.WARNING |
| Modifier and Type | Method and Description |
|---|---|
UI.Priority |
UI.getOutputLevel() |
static UI.Priority |
UI.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UI.Priority[] |
UI.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UI.setOutputLevel(UI.Priority p) |
void |
UI.write(UI.Priority priority,
String msg) |
void |
UI.writeLn(UI.Priority priority,
String msg) |
void |
ConsoleInputFileOutput.writeOutput(UI.Priority priority,
String msg) |
void |
ConsoleInputOutput.writeOutput(UI.Priority priority,
String msg) |
protected abstract void |
UI.writeOutput(UI.Priority priority,
String msg) |
Copyright © 2015. All rights reserved.