| 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 | Method and Description |
|---|---|
void |
Checker.fireErrors(String fileName,
SortedSet<LocalizedMessage> errors)
notify all listeners about the errors in a file.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedMessage |
AuditEvent.getLocalizedMessage() |
| Modifier and Type | Method and Description |
|---|---|
TreeSet<LocalizedMessage> |
LocalizedMessages.getMessages() |
TreeSet<LocalizedMessage> |
FileSetCheck.process(File file,
List<String> lines)
Request to process a file.
|
TreeSet<LocalizedMessage> |
AbstractFileSetCheck.process(File file,
List<String> lines)
Request to process a file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizedMessages.add(LocalizedMessage aMsg)
Logs a message to be reported.
|
int |
LocalizedMessage.compareTo(LocalizedMessage other) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDispatcher.fireErrors(String fileName,
SortedSet<LocalizedMessage> errors)
Notify all listeners about the errors in a file.
|
| Constructor and Description |
|---|
AuditEvent(Object src,
String fileName,
LocalizedMessage message)
Creates a new
AuditEvent instance. |
Copyright © 2001–2015. All rights reserved.