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 |
---|---|
LocalizedMessage |
TreeWalkerAuditEvent.getLocalizedMessage()
Gets the localized message.
|
Modifier and Type | Method and Description |
---|---|
void |
Checker.fireErrors(String fileName,
SortedSet<LocalizedMessage> errors)
Notify all listeners about the errors in a file.
|
Constructor and Description |
---|
TreeWalkerAuditEvent(FileContents fileContents,
String fileName,
LocalizedMessage localizedMessage,
DetailAST rootAst)
Creates a new
TreeWalkerAuditEvent instance. |
Modifier and Type | Method and Description |
---|---|
LocalizedMessage |
AuditEvent.getLocalizedMessage()
Gets the localized message.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<LocalizedMessage> |
AbstractCheck.getMessages()
Returns the sorted set of
LocalizedMessage . |
SortedSet<LocalizedMessage> |
FileSetCheck.process(File file,
FileText fileText)
Request to process a file.
|
SortedSet<LocalizedMessage> |
AbstractFileSetCheck.process(File file,
FileText fileText) |
Modifier and Type | Method and Description |
---|---|
int |
LocalizedMessage.compareTo(LocalizedMessage other) |
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractFileSetCheck.addMessages(SortedSet<LocalizedMessage> messages)
Adds the sorted set of
LocalizedMessage to the message collector. |
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–2018. All rights reserved.