public abstract class BaseMessageBundle
extends java.util.ListResourceBundle
BaseMessageBundle is the helper class to define resource bundle for OSA plugins.
Each message in the resource bundle should have two parts with postfixes, _DISPLAY_NAME and _DESCRIPTION.
The helper class is to simplify such restriction using add method.
The add method should be invoked as part of constructor extending this class.
Nested Class Summary
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
Field Summary
Fields inherited from class java.util.ResourceBundle