| java.lang.Object com.ibm.rbm.RBExporter com.ibm.rbm.RBICUExporter
RBICUExporter | public class RBICUExporter extends RBExporter (Code) | | This class provides a plug-in exporter utility for RBManager that outputs ICU
resource bundle files in the according to the file structure of Resource
Bundles. Most of the meta-data is lost in this export.
author: George Rhoten See Also: com.ibm.rbm.RBManager |
Method Summary | |
protected String | escapeString(String str, boolean isKey) Escape a string according to how the ICU tool "genrb" handles strings.
Parameters: str - The string to escape Parameters: isKey - If this is a key, then quotes are optional. | public void | export(RBManager rbm) |
RBICUExporter | public RBICUExporter()(Code) | | |
escapeString | protected String escapeString(String str, boolean isKey) throws IOException(Code) | | Escape a string according to how the ICU tool "genrb" handles strings.
Parameters: str - The string to escape Parameters: isKey - If this is a key, then quotes are optional. A string that can be used in an ICU resource bundle. |
|
|