| DefaultSeverities |
A container for handling the default mapping of message id to severity.
|
| LocaleHolder |
Holds the "currently used" Locale in a static thread-local variable.
|
| LocalizedMessageDictionary |
This is a dictionary that maps the text of a message to a severity.
|
| LocalizedMessages |
Manages storage, caching and retrieval of default localized messages.
|
| LocalizedMessages.UTF8Control |
|
| Message |
This is information associated with a check message.
|
| MessageDictionaryDumper |
Helper class to handle file output of a MessageDictionary.
|
| OverriddenMessageDictionary |
Maps a message to a severity using overrides provided in a file.
|
| OverriddenMessages |
Loads a list of messages from an override file and manages logic to choose
between an override or default message based on which is available.
|