Package | Description |
---|---|
org.zanata.common |
Modifier and Type | Method and Description |
---|---|
static DocumentType |
DocumentType.getByName(String name) |
static DocumentType |
DocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentType[] |
DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<DocumentType> |
ProjectType.fileProjectSourceDocTypes() |
static Set<DocumentType> |
DocumentType.fromSourceExtension(String sourceExtension) |
static Set<DocumentType> |
DocumentType.fromTranslationExtension(String translationExtension) |
List<DocumentType> |
ProjectType.getSourceFileTypes() |
static List<DocumentType> |
ProjectType.getSupportedSourceFileTypes(ProjectType type)
This method returns file types/extensions that is supported by web UI
upload.
|
Copyright © 2017 Zanata Project. All rights reserved.