jline
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 and Description |
---|---|
static java.lang.String |
property |
Constructor and Description |
---|
ConsoleRunner() |
Modifier and Type | Method and Description |
---|---|
static ConsoleReader |
getReader() |
static void |
main(java.lang.String[] args) |
public static final java.lang.String property
public static ConsoleReader getReader()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception