Package net.sf.saxon.gizmo
Class JLine2Talker
- java.lang.Object
-
- net.sf.saxon.gizmo.JLine2Talker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JLine2Talker.XPathCompleter
-
Field Summary
Fields Modifier and Type Field Description static StringBuilder
debugLog
-
Constructor Summary
Constructors Constructor Description JLine2Talker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
exchange(String message)
Send some output to the user and get some input backvoid
setAutoCompletion(List<String> candidates)
-
-
-
Field Detail
-
debugLog
public static StringBuilder debugLog
-
-
Constructor Detail
-
JLine2Talker
public JLine2Talker() throws IOException
- Throws:
IOException
-
-