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 types with arguments of type LocalizedMessage Modifier and Type Method Description private java.util.SortedSet<LocalizedMessage>Checker. processFile(java.io.File file)Processes a file with all FileSetChecks.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. -
Uses of LocalizedMessage in com.puppycrawl.tools.checkstyle.api
Fields in com.puppycrawl.tools.checkstyle.api declared as LocalizedMessage Modifier and Type Field Description private LocalizedMessageAuditEvent. localizedMessageMessage associated with the event.Fields in com.puppycrawl.tools.checkstyle.api with type parameters of type LocalizedMessage Modifier and Type Field Description private java.util.Set<LocalizedMessage>LocalizedMessages. messagesContains the messages logged.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>LocalizedMessages. getMessages()Gets the logged messages.java.util.SortedSet<LocalizedMessage>AbstractFileSetCheck. process(java.io.File file, java.util.List<java.lang.String> lines)java.util.SortedSet<LocalizedMessage>FileSetCheck. process(java.io.File file, java.util.List<java.lang.String> lines)Request to process a file.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type LocalizedMessage Modifier and Type Method Description voidLocalizedMessages. add(LocalizedMessage message)Logs a message to be reported.intLocalizedMessage. compareTo(LocalizedMessage other)Method parameters in com.puppycrawl.tools.checkstyle.api with type arguments of type LocalizedMessage Modifier and Type Method Description 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.
-