Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.osgi.framework.internal.core
Class ConsoleMsg  view ConsoleMsg download ConsoleMsg.java

java.lang.Object
  extended byorg.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.


Field Summary
static org.eclipse.osgi.framework.msg.MessageFormat formatter
           
 
Constructor Summary
ConsoleMsg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatter

public static org.eclipse.osgi.framework.msg.MessageFormat formatter
Constructor Detail

ConsoleMsg

public ConsoleMsg()