Package org.jline.builtins
Class InputRC
java.lang.Object
org.jline.builtins.InputRC
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
configure
(LineReader reader, InputStream is) static void
configure
(LineReader reader, Reader r) static void
configure
(LineReader reader, URL url) private static char
getKeyFromName
(String name) private void
parse
(BufferedReader br) private static void
setVar
(LineReader reader, String key, String val) private static String
translateQuoted
(String keySeq)
-
Field Details
-
reader
-
-
Constructor Details
-
InputRC
-
-
Method Details
-
configure
- Throws:
IOException
-
configure
- Throws:
IOException
-
configure
- Throws:
IOException
-
parse
- Throws:
IOException
IllegalArgumentException
-
translateQuoted
-
getKeyFromName
-
setVar
-