Home » openjdk-7 » com.sun.tools » javac » api » [javadoc | source]
com.sun.tools.javac.api
public interface: Messages [javadoc | source]

All Known Implementing Classes:
    JavacMessages

This interface defines the minimum requirements in order to provide support for localized formatted strings.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

Method from com.sun.tools.javac.api.Messages Summary:
add,   getLocalizedString
Method from com.sun.tools.javac.api.Messages Detail:
 public  void add(String bundleName) throws MissingResourceException
    Add a new resource bundle to the list that is searched for localized messages.
 public String getLocalizedString(Locale l,
    String key,
    Object args)
    Get a localized formatted string.