public class

ConsoleRunner

extends Object
java.lang.Object
   ↳ jline.console.internal.ConsoleRunner

Class Overview

A pass-through application that sets the system input stream to a ConsoleReader and invokes the specified main method.

Summary

Constants
String property
Public Constructors
ConsoleRunner()
Public Methods
static void main(String[] args)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String property

Constant Value: "jline.history"

Public Constructors

public ConsoleRunner ()

Public Methods

public static void main (String[] args)

Throws
Exception