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
Methods in com.puppycrawl.tools.checkstyle that return LocalizedMessage Modifier and Type Method Description LocalizedMessageTreeWalkerAuditEvent. getLocalizedMessage()Gets the localized message.Method parameters in com.puppycrawl.tools.checkstyle with type arguments of type LocalizedMessage Modifier and Type Method Description voidChecker. fireErrors(java.lang.String fileName, java.util.SortedSet<LocalizedMessage> errors)Notify all listeners about the errors in a file.Constructors in com.puppycrawl.tools.checkstyle with parameters of type LocalizedMessage Constructor Description TreeWalkerAuditEvent(FileContents fileContents, java.lang.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 LocalizedMessage Modifier and Type Method Description LocalizedMessageAuditEvent. 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 java.util.SortedSet<LocalizedMessage>AbstractCheck. getMessages()Returns the sorted set ofLocalizedMessage.java.util.SortedSet<LocalizedMessage>AbstractFileSetCheck. getMessages()Returns the sorted set ofLocalizedMessage.java.util.SortedSet<LocalizedMessage>AbstractFileSetCheck. process(java.io.File file, FileText fileText)java.util.SortedSet<LocalizedMessage>FileSetCheck. process(java.io.File file, FileText fileText)Request to process a file.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type LocalizedMessage Modifier and Type Method Description intLocalizedMessage. compareTo(LocalizedMessage other)Method parameters in com.puppycrawl.tools.checkstyle.api with type arguments of type LocalizedMessage Modifier and Type Method Description protected voidAbstractFileSetCheck. addMessages(java.util.SortedSet<LocalizedMessage> messages)Adds the sorted set ofLocalizedMessageto the message collector.voidMessageDispatcher. fireErrors(java.lang.String fileName, java.util.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(java.lang.Object src, java.lang.String fileName, LocalizedMessage localizedMessage)Creates a newAuditEventinstance.
-