| Class | Description |
|---|---|
| Constants |
This class has no fields or methods, it's only used to hold various static
constants.
|
| CrowdinAPI |
This is a utility class for calling the Crowdin API and related tasks.
|
| CrowdinFileSystem |
This is a utility class for working with the "Crowdin file system".
|
| FIFOProperties |
A
OrderedProperties implementation that retains the order of the
elements in which they were added. |
| 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 ".". |
| 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 ".". |
| 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,
skip all comment and blank lines and filter out those leading whitespace
characters ( , and ) from the beginning of a "natural line". |
| Enum | Description |
|---|---|
| CrowdinFileSystem.ItemType |
This
enum represents the item types in the "Crowdin file system". |
| ISO639 |
This
enum represents the ISO 639-1 and ISO 639-2
languages. |
| ISO639.LanguageType |
This
enum is used to categorize ISO639 instances. |
Copyright © 2018. All rights reserved.