| 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()
Gets the localized message.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<LocalizedMessage> |
LocalizedMessages.getMessages()
Gets the logged messages.
|
SortedSet<LocalizedMessage> |
FileSetCheck.process(File file,
List<String> lines)
Request to process a file.
|
SortedSet<LocalizedMessage> |
AbstractFileSetCheck.process(File file,
List<String> lines) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizedMessages.add(LocalizedMessage message)
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 localizedMessage)
Creates a new
AuditEvent instance. |
Copyright © 2001-2016. All Rights Reserved.