Package net.hydromatic.morel
Interface Shell.LineFn
-
- All Known Implementing Classes:
Shell.ReaderLineFn,Shell.TerminalLineFn
- Enclosing class:
- Shell
static interface Shell.LineFnAbstraction of a terminal's line reader. Can read lines from an input (terminal or file) and categorize the lines.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pair<Shell.LineType,String>read(StringBuilder buf)
-
-
-
Method Detail
-
read
Pair<Shell.LineType,String> read(StringBuilder buf)
-
-