public class NullCommandVerifier extends Object implements CommandVerifier
| Constructor and Description |
|---|
NullCommandVerifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
verifyCommand(ShellCommand cmd)
Verifies parsed command of consistency.
|
public void verifyCommand(ShellCommand cmd) throws SyntaxException
verifyCommand in interface CommandVerifiercmd - command to verifySyntaxException - if, verification has failedCopyright © 2014 Sven Strittmatter. All Rights Reserved.