public interface Parser
| Modifier and Type | Method and Description |
|---|---|
ShellCommand |
parse(String input)
Parses given input line.
|
ShellCommand parse(String input) throws SyntaxException
input - line to parseSyntaxException - if, the parsed line has syntax errorsCopyright © 2014 Sven Strittmatter. All Rights Reserved.