19package org.openoffice.xmerge.util;
21import java.util.ResourceBundle;
39 private final ResourceBundle
rb;
62 rb = ResourceBundle.getBundle(
"org.openoffice.xmerge.util.resources");
72 return rb.getString(key);
Provides a singleton resource class for converter messages.
static synchronized Resources getInstance()
This method returns the singleton instance of this class.
static Resources instance
Resources()
Default constructor is only accessible within this class.
String getString(String key)
This method returns the corresponding String given the key.