java.lang.Object
org.eclipse.osgi.framework.internal.core.ConsoleMsg
- public class ConsoleMsg
- extends java.lang.Object
This class retrieves strings from a resource bundle
and returns them, formatting them with MessageFormat
when required.
It is used by the system classes to provide national
language support, by looking up messages in the
org.eclipse.osgi.framework.internal.core.ConsoleMessages
resource bundle. Note that if this file is not available,
or an invalid key is looked up, or resource bundle support
is not available, the key itself will be returned as the
associated message. This means that the KEY should
a reasonable human-readable (english) string.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formatter
public static org.eclipse.osgi.framework.msg.MessageFormat formatter
ConsoleMsg
public ConsoleMsg()