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

Quick Search    Search Deep

org.eclipse.osgi.internal.resolver
Class StateMsg  view StateMsg download StateMsg.java

java.lang.Object
  extended byorg.eclipse.osgi.internal.resolver.StateMsg

public class StateMsg
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.internal.resolver.StateMessages 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
StateMsg()
           
 
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

StateMsg

public StateMsg()