@Component(role=TranslationMemoryRenderer.class, hint="TranslationMemoryRenderer") public class TranslationMemoryRenderer extends Object
ResourceBundles.| Constructor and Description |
|---|
TranslationMemoryRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(Collection<ResourceBundle> bundles,
String outputDirectory)
Creates one file which contains all bundles.
|
void |
render(org.apache.maven.plugin.logging.Log log,
ResourceBundle bundle,
String outputDirectory,
List<String> includeVariants)
Creates one file which contains only the one given bundle.
|
public void render(Collection<ResourceBundle> bundles, String outputDirectory)
bundles - the bundles to convert.outputDirectory - the output directorypublic void render(org.apache.maven.plugin.logging.Log log,
ResourceBundle bundle,
String outputDirectory,
List<String> includeVariants)
log - the logbundle - the bundleoutputDirectory - the output directoryincludeVariants - the include variantsCopyright © 2013-2015. All Rights Reserved.