public interface ResolverConditionNotifier extends Notifier
RequestCase.| Modifier and Type | Method and Description |
|---|---|
static ResolverConditionNotifier |
fail()
Returns a
ResolverConditionNotifier that throws an ResolverException for any warning or error. |
static ResolverConditionNotifier |
ignore()
Returns a
ResolverConditionNotifier that ignores all conditions. |
static ResolverConditionNotifier |
log()
Returns a
ResolverConditionNotifier that logs all conditions, using the default Logger. |
static ResolverConditionNotifier |
log(org.slf4j.Logger logger)
Returns a
ResolverConditionNotifier that logs all conditions, using the given Logger. |
error, messageFor, warnstatic ResolverConditionNotifier ignore()
ResolverConditionNotifier that ignores all conditions.static ResolverConditionNotifier log(org.slf4j.Logger logger)
ResolverConditionNotifier that logs all conditions, using the given Logger.static ResolverConditionNotifier log()
ResolverConditionNotifier that logs all conditions, using the default Logger.static ResolverConditionNotifier fail()
ResolverConditionNotifier that throws an ResolverException for any warning or error.Copyright © 2020 The Cornutum Project. All rights reserved.