| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| Modifier and Type | Field and Description |
|---|---|
private LocalizedMessages |
AbstractFileSetCheck.messageCollector
Collects the error messages.
|
private LocalizedMessages |
AbstractCheck.messages
The object for collecting messages.
|
| Modifier and Type | Method and Description |
|---|---|
protected LocalizedMessages |
AbstractFileSetCheck.getMessageCollector()
Returns the collector for violation messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCheck.setMessages(LocalizedMessages messages)
Set the global object used to collect messages.
|