public interface CommandVerifier
Verification means:
If a check fails throw SyntaxException.
| Modifier and Type | Method and Description |
|---|---|
void |
verifyCommand(ShellCommand cmd)
Verifies parsed command of consistency.
|
void verifyCommand(ShellCommand cmd) throws SyntaxException
cmd - command to verifySyntaxException - if, verification has failedCopyright © 2014 Sven Strittmatter. All Rights Reserved.