Package org.jline.demo.examples
Class ConsoleScriptExample
java.lang.Object
org.jline.demo.examples.ConsoleScriptExample
Example demonstrating a console script in JLine.
This is not a runnable Java class but shows the structure of a console script.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidExample of a JLine console script (hello.jline) Console scripts are executed by the REPL console and can contain any commands that you would type interactively.static void
-
Constructor Details
-
ConsoleScriptExample
public ConsoleScriptExample()
-
-
Method Details
-
consoleScriptExample
Example of a JLine console script (hello.jline) Console scripts are executed by the REPL console and can contain any commands that you would type interactively. This is not actual Java code but a representation of what a console script looks like.- Throws:
IOException
-
main
- Throws:
IOException
-