| Class | Description |
|---|---|
| Constants |
This class has no fields or methods, it's only used to hold various static
constants.
|
| FIFOProperties |
A
OrderedProperties implementation that retains the order of the
elements in which they were added. |
| FileUtil |
A utility class containing file related routines.
|
| GitUtil |
A utility class containing Git operations.
|
| GroupSortedProperties |
A
OrderedProperties implementation that sorts the elements by key by
grouping the keys into groups separated by "." and "-". |
| GroupSortedProperties.Entry |
A
Serializable GroupSortedProperties.Entry implementation that has an
accessible constructor. |
| GroupSortedProperties.EntryComparator |
A
Comparator that sorts GroupSortedProperties.Entry elements by key by grouping
the keys into groups separated by ".". |
| NSISUtil |
A utility class for handling NSIS files.
|
| NSISUtil.NSISInputStream |
An
InputStream implementation that automatically converts the
content from NSIS format to the slightly modified format used to store
NSIS files on Crowdin. |
| OrderedProperties |
An abstract class for ordered key/value pairs behaving very similar to
Properties except that the keys have a defined order. |
| OrderedProperties.LineReader |
Reads in a "logical line" from an
InputStream or Reader,
skips all comment and blank lines and filters out leading whitespace
characters from the beginning of a "natural line". |
| StringUtil |
A utility class containing string related routines.
|
| Enum | Description |
|---|---|
| FileUtil.LetterCase |
An
enum representing letter cases. |
| ISO639 |
This
enum represents the ISO 639-1 and ISO 639-2
languages. |
| ISO639.LanguageType |
This
enum is used to categorize ISO639 instances. |
Copyright © 2024. All rights reserved.