Package | Description |
---|---|
net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
Modifier and Type | Method and Description |
---|---|
private String |
ResourceBundleConverter.convertMessage(String message,
String key,
NlsBundleDescriptor bundle,
String locale) |
protected List<String> |
ResourceBundleConverter.getLocales(NlsBundleDescriptor bundle) |
protected List<String> |
AbstractResourceBundleCli.getLocales(NlsBundleDescriptor bundle) |
protected String |
ResourceBundleConverter.getPathExpressionResolved(NlsBundleDescriptor bundle,
String locale) |
protected File |
ResourceBundleSynchronizer.getTargetFile(NlsBundleDescriptor bundle,
String locale) |
protected File |
ResourceBundleConverter.getTargetFile(NlsBundleDescriptor bundle,
String locale) |
protected abstract File |
AbstractResourceBundleCli.getTargetFile(NlsBundleDescriptor bundle,
String locale) |
protected File |
AbstractResourceBundleCli.getTargetFileMkdirs(NlsBundleDescriptor bundle,
String locale) |
protected Map<String,String> |
ResourceBundleConverter.getVariableMap(NlsBundleDescriptor bundle,
String locale) |
void |
AbstractResourceBundleCli.synchronize(NlsBundleDescriptor bundle)
This method synchronizes (creates or updates) the localized bundles (properties).
|
protected void |
ResourceBundleSynchronizer.synchronize(NlsBundleDescriptor bundle,
String locale,
File targetFile,
String date) |
protected void |
ResourceBundleConverter.synchronize(NlsBundleDescriptor bundle,
String localeString,
File targetFile,
String date) |
protected abstract void |
AbstractResourceBundleCli.synchronize(NlsBundleDescriptor bundle,
String locale,
File targetFile,
String date)
Like
AbstractResourceBundleCli.synchronize(NlsBundleDescriptor) but for a single Locale . |
private void |
ResourceBundleSynchronizer.synchronizeProperties(NlsBundleDescriptor bundle,
String locale,
Properties existingBundle,
StringBuffer buffer) |
Copyright © 2001–2016 mmm-Team. All rights reserved.