ControlAbstract
API
ControlAbstract.java
class ControlAbstract<T> {
T withCheckRules()
T withSkipRules()
Optional<ExceptionHandler> getExceptionHandler()
T with(ExceptionHandler exceptionHandler)
ImmutableEnumSet<ExecutionMode> getExecutionModes() (1)
}
1 | getExecutionModes()
Not API. |