- java.lang.Object
-
- org.jline.builtins.InputRC
-
public final class InputRC extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
configure(LineReader reader, InputStream is)
static void
configure(LineReader reader, Reader r)
static void
configure(LineReader reader, URL url)
-
-
-
Method Detail
-
configure
public static void configure(LineReader reader, URL url) throws IOException
- Throws:
IOException
-
configure
public static void configure(LineReader reader, InputStream is) throws IOException
- Throws:
IOException
-
configure
public static void configure(LineReader reader, Reader r) throws IOException
- Throws:
IOException
-
-