public class ConsoleRunner extends java.lang.Object
A pass-through application that sets the system input stream to a
ConsoleReader and invokes the specified main method.
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
property |
| Constructor | Description |
|---|---|
ConsoleRunner() |
| Modifier and Type | Method | Description |
|---|---|---|
static ConsoleReader |
getReader() |
|
static void |
main(java.lang.String[] args) |
public static final java.lang.String property
public ConsoleRunner()
public static ConsoleReader getReader()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception