public interface IBuildMessageHandler
| Modifier and Type | Method and Description |
|---|---|
void |
dontIgnore(IMessage.Kind kind)
Allow fine grained configuration after initialization.
|
boolean |
handleMessage(IMessage message)
Handle message by reporting and/or throwing an AbortException.
|
void |
ignore(IMessage.Kind kind)
Allow fine grained configuration after initialization.
|
boolean |
isIgnoring(IMessage.Kind kind)
Signal whether this will ignore messages of a given type.
|
boolean handleMessage(IMessage message) throws AbortException
message - the IMessage to handle - never nulljava.lang.IllegalArgumentException - if message is nullAbortException - depending on handler logic.boolean isIgnoring(IMessage.Kind kind)
void dontIgnore(IMessage.Kind kind)
kind - void ignore(IMessage.Kind kind)
kind -