Package | Description |
---|---|
org.zanata.client.commands |
Modifier and Type | Method and Description |
---|---|
static DocNameWithExt |
DocNameWithExt.from(String filename) |
static DocNameWithExt |
DocNameWithExt.from(String docNameWithoutExt,
String extension) |
DocNameWithExt |
DocNameWithoutExt.toDocNameWithExt(ProjectType projectType) |
Modifier and Type | Method and Description |
---|---|
String |
FileMappingRuleHandler.getRelativeTransFilePathForSourceDoc(DocNameWithExt docNameWithExt,
LocaleMapping localeMapping,
com.google.common.base.Optional<String> translationFileExtension)
Apply the rule and return relative path of the translation file.
|
boolean |
FileMappingRuleHandler.isApplicable(DocNameWithExt docNameWithExt)
Check whether the parsed rule is applicable to a source document.
|
File |
TransFileResolver.resolveTransFile(DocNameWithExt docNameWithExt,
LocaleMapping localeMapping,
com.google.common.base.Optional<String> translationFileExtension)
Determines where to store the translation file for a given source
document and locale mapping.
|
Copyright © 2017 Zanata Project. All rights reserved.