| Package | Description |
|---|---|
| org.digitalmediaserver.crowdin.tool |
| Modifier and Type | Method and Description |
|---|---|
static CrowdinFileSystem.ItemType |
CrowdinFileSystem.ItemType.typeOf(org.jdom2.Element item)
Returns the
CrowdinFileSystem.ItemType of the specified Crowdin item or
null. |
static CrowdinFileSystem.ItemType |
CrowdinFileSystem.ItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrowdinFileSystem.ItemType[] |
CrowdinFileSystem.ItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CrowdinFileSystem.containsFile(org.jdom2.Element currentElement,
String name,
EnumSet<CrowdinFileSystem.ItemType> filter,
org.apache.maven.plugin.logging.Log logger)
Checks if the given
Element contains the specified file, folder
or branch. |
static org.jdom2.Element |
CrowdinFileSystem.getFile(org.jdom2.Element currentElement,
String name,
EnumSet<CrowdinFileSystem.ItemType> filter,
org.apache.maven.plugin.logging.Log logger)
Extracts the specified file, folder or branch
Element from
files. |
static org.jdom2.Element |
CrowdinFileSystem.getFile(List<org.jdom2.Element> items,
String name,
EnumSet<CrowdinFileSystem.ItemType> filter)
Extracts the file, folder or branch
Element with the specified name. |
Copyright © 2018. All rights reserved.