Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
Modifier and Type | Class and Description |
---|---|
class |
Checker
This class provides the functionality to check a set of files.
|
Modifier and Type | Method and Description |
---|---|
protected MessageDispatcher |
AbstractFileSetCheck.getMessageDispatcher()
A message dispatcher is used to fire violation messages to
interested audit listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSetCheck.setMessageDispatcher(MessageDispatcher dispatcher)
Sets the MessageDispatcher that is used to dispatch error
messages to AuditListeners during processing.
|
void |
AbstractFileSetCheck.setMessageDispatcher(MessageDispatcher messageDispatcher) |
Copyright © 2001–2018. All rights reserved.