Uses of Class
com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Packages that use LocalizedMessage 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. -
-
Uses of LocalizedMessage in com.puppycrawl.tools.checkstyle
Method parameters in com.puppycrawl.tools.checkstyle with type arguments of type LocalizedMessage Modifier and Type Method Description void
Checker. fireErrors(String fileName, SortedSet<LocalizedMessage> errors)
Notify all listeners about the errors in a file. -
Uses of LocalizedMessage in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return LocalizedMessage Modifier and Type Method Description LocalizedMessage
AuditEvent. getLocalizedMessage()
Gets the localized message.Methods in com.puppycrawl.tools.checkstyle.api that return types with arguments of type LocalizedMessage Modifier and Type Method Description SortedSet<LocalizedMessage>
LocalizedMessages. getMessages()
Gets the logged messages.SortedSet<LocalizedMessage>
AbstractFileSetCheck. process(File file, List<String> lines)
SortedSet<LocalizedMessage>
FileSetCheck. process(File file, List<String> lines)
Request to process a file.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type LocalizedMessage Modifier and Type Method Description void
LocalizedMessages. add(LocalizedMessage message)
Logs a message to be reported.int
LocalizedMessage. compareTo(LocalizedMessage other)
Method parameters in com.puppycrawl.tools.checkstyle.api with type arguments of type LocalizedMessage Modifier and Type Method Description void
MessageDispatcher. fireErrors(String fileName, SortedSet<LocalizedMessage> errors)
Notify all listeners about the errors in a file.Constructors in com.puppycrawl.tools.checkstyle.api with parameters of type LocalizedMessage Constructor Description AuditEvent(Object src, String fileName, LocalizedMessage localizedMessage)
Creates a newAuditEvent
instance.
-