| Class | Description |
|---|---|
| KeyOccurrence |
Contains the occurrence of a key in a java source code file
|
| LocaleStore |
This class stores all the messages for a locale for all the used packages...
|
| MessagesSourceCrawler |
This class takes care of crawling through the source code
|
| MessagesStore |
This class contains a messages store: for a certain Locale and for a certain messages package, it keeps all the keys
and values.
|
| SourceCrawlerPackageException | |
| SourceCrawlerXMLElement | |
| SourceCrawlerXMLFolder |
Contains the definition of which elements to scan in which XML files in which folder
|
| SourceStore |
Read the messages files for the source folders of the specified locale.
|
| TranslationsStore |
This class contains and handles all the translations for the keys specified in the Java source code.
|