Package net.hydromatic.quidem
Interface Command.ResultChecker
-
- Enclosing interface:
- Command
public static interface Command.ResultChecker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckResultSet(Command.Context x, Throwable resultSetException)List<String>getOutput(Command.Context x)
-
-
-
Method Detail
-
getOutput
List<String> getOutput(Command.Context x) throws Exception
- Throws:
Exception
-
checkResultSet
void checkResultSet(Command.Context x, Throwable resultSetException)
-
-