public class LineExpander extends Object implements LineExpander
foo/S
becomes [foo, foos]
.Constructor and Description |
---|
LineExpander() |
Modifier and Type | Method and Description |
---|---|
List<String> |
expandLine(String line)
Expand a line read from a file into several lines, e.g. to interpret flags like "/S".
|
public List<String> expandLine(String line)
LineExpander
expandLine
in interface LineExpander