Package jline.console.internal
Class ConsoleRunner
- java.lang.Object
-
- jline.console.internal.ConsoleRunner
-
public class ConsoleRunner extends java.lang.Object
A pass-through application that sets the system input stream to aConsoleReader
and invokes the specified main method.- Since:
- 2.7
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
property
-
Constructor Summary
Constructors Constructor Description ConsoleRunner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
private static void
usage()
-
-
-
Field Detail
-
property
public static final java.lang.String property
- See Also:
- Constant Field Values
-
-