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 aFileName,
SortedSet<LocalizedMessage> aErrors)
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> |
AbstractFileSetCheck.process(File aFile,
List<String> aLines)
Request to process a file.
|
TreeSet<LocalizedMessage> |
FileSetCheck.process(File aFile,
List<String> aLines)
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 aOther) |
Modifier and Type | Method and Description |
---|---|
void |
MessageDispatcher.fireErrors(String aFileName,
SortedSet<LocalizedMessage> aErrors)
Notify all listeners about the errors in a file.
|
Constructor and Description |
---|
AuditEvent(Object aSrc,
String aFileName,
LocalizedMessage aMessage)
Creates a new
AuditEvent instance. |
Copyright © 2001–2017. All rights reserved.