Uses of Class
com.puppycrawl.tools.checkstyle.api.LocalizedMessage
Packages that use LocalizedMessage
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the core API to be used to implement checks.
-
Uses of LocalizedMessage in com.puppycrawl.tools.checkstyle
Methods in com.puppycrawl.tools.checkstyle that return LocalizedMessageModifier and TypeMethodDescriptionTreeWalkerAuditEvent.getLocalizedMessage()Gets the localized message.Method parameters in com.puppycrawl.tools.checkstyle with type arguments of type LocalizedMessageModifier and TypeMethodDescriptionvoidChecker.fireErrors(String fileName, SortedSet<LocalizedMessage> errors) Notify all listeners about the errors in a file.Constructors in com.puppycrawl.tools.checkstyle with parameters of type LocalizedMessageModifierConstructorDescriptionTreeWalkerAuditEvent(FileContents fileContents, String fileName, LocalizedMessage localizedMessage, DetailAST rootAst) Creates a newTreeWalkerAuditEventinstance. -
Uses of LocalizedMessage in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return LocalizedMessageMethods in com.puppycrawl.tools.checkstyle.api that return types with arguments of type LocalizedMessageModifier and TypeMethodDescriptionAbstractCheck.getMessages()Returns the sorted set ofLocalizedMessage.AbstractFileSetCheck.getMessages()Returns the sorted set ofLocalizedMessage.final SortedSet<LocalizedMessage> Request to process a file.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type LocalizedMessageMethod parameters in com.puppycrawl.tools.checkstyle.api with type arguments of type LocalizedMessageModifier and TypeMethodDescriptionprotected voidAbstractFileSetCheck.addMessages(SortedSet<LocalizedMessage> messages) Adds the sorted set ofLocalizedMessageto the message collector.voidMessageDispatcher.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 LocalizedMessageModifierConstructorDescriptionAuditEvent(Object src, String fileName, LocalizedMessage localizedMessage) Creates a newAuditEventinstance.