static void |
PropWriter.writeSource(Resource doc,
File baseDir,
PropWriter.CHARSET charset)
Writes a properties file representation of the given Resource to
the given directory in UTF8 or Latin1 encoding.
|
static void |
PropWriter.writeTranslations(Resource srcDoc,
TranslationsResource doc,
File baseDir,
String bundleName,
String locale,
PropWriter.CHARSET charset,
boolean createSkeletons)
Writes to given properties file of the given TranslationsResource
in UTF8 or Latin1 encoding.
|
static void |
PropWriter.writeTranslationsFile(Resource srcDoc,
TranslationsResource doc,
File propertiesFile,
PropWriter.CHARSET charset,
boolean createSkeletons)
Writes to given properties file of the given TranslationsResource
in UTF8 or Latin1 encoding.
|