public static interface Command.ResultChecker
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkResultSet(Command.Context x,
Throwable resultSetException) |
|
List<String> |
getOutput(Command.Context x) |
List<String> getOutput(Command.Context x) throws Exception
Exceptionvoid checkResultSet(Command.Context x, Throwable resultSetException)
Copyright © 2014–2018 Julian Hyde. All rights reserved.