| Modifier and Type | Method and Description |
|---|---|
static PropWriter.CHARSET |
PropWriter.CHARSET.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropWriter.CHARSET[] |
PropWriter.CHARSET.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PropWriter.writeSource(org.zanata.rest.dto.resource.Resource doc,
File baseDir,
PropWriter.CHARSET charset)
|
static void |
PropWriter.writeTranslations(org.zanata.rest.dto.resource.Resource srcDoc,
org.zanata.rest.dto.resource.TranslationsResource doc,
File baseDir,
String bundleName,
String locale,
PropWriter.CHARSET charset,
boolean createSkeletons)
|
static void |
PropWriter.writeTranslationsFile(org.zanata.rest.dto.resource.Resource srcDoc,
org.zanata.rest.dto.resource.TranslationsResource doc,
File propertiesFile,
PropWriter.CHARSET charset,
boolean createSkeletons)
|
| Constructor and Description |
|---|
PropReader(PropWriter.CHARSET charset,
org.zanata.common.LocaleId sourceLocale,
org.zanata.common.ContentState contentState) |
Copyright © 2016 Zanata Project. All rights reserved.