| java.lang.Object org.eclipse.osgi.util.NLS
NLS | public class NLS (Code) | | This stub class replaces org.eclipse.osgi.util.NLS from Eclipse RCP bundle and provides
only NLS functionality required for JDI implementation.
|
Method Summary | |
public static void | initializeMessages(String bundleName, Class cls) Loads localized messages from given bundle and assigns them to corresponding
static fields of given class. |
initializeMessages | public static void initializeMessages(String bundleName, Class cls)(Code) | | Loads localized messages from given bundle and assigns them to corresponding
static fields of given class.
Parameters: bundleName - - name of resource bundle to load messages from Parameters: cls - - Class instance whose static fields will be filled with appropriate messages |
|
|