public interface MessageCollector
| Modifier and Type | Interface and Description |
|---|---|
static class |
MessageCollector.Ignore
throw away messages.
|
static class |
MessageCollector.LogWarn
write messages as warnings to log file using the given class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String message)
handle a message.
|