public interface TextConsole
| Modifier and Type | Interface and Description |
|---|---|
static class |
TextConsole.Level |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
debug(String s) |
void |
debug(String s,
Throwable t) |
void |
error(String s) |
void |
error(String s,
Throwable t) |
int |
getColumns() |
TextConsole.Level |
getLevel() |
int |
getRows() |
void |
info(String s) |
void |
info(String s,
Throwable t) |
void |
print(String s) |
void |
println(String s) |
String |
readLine(String prompt) |
void |
setCompleters(Collection<jline.console.completer.Completer> completers) |
void |
setLevel(TextConsole.Level l) |
void |
warn(String s) |
void |
warn(String s,
Throwable t) |
int getRows()
int getColumns()
void clear()
String readLine(String prompt) throws IOException
IOExceptionvoid setCompleters(Collection<jline.console.completer.Completer> completers)
void setLevel(TextConsole.Level l)
TextConsole.Level getLevel()
void info(String s)
void debug(String s)
void warn(String s)
void error(String s)
void print(String s)
void println(String s)
Copyright © 2014. All rights reserved.