< prev index next >

src/java.desktop/share/classes/com/sun/imageio/plugins/common/I18NImpl.java

Print this page

        

*** 35,47 **** * one "key=value" pair per line. All such files however have the same * name "properties". The resource extractor resolves the extraction of * the file from the jar as the package name is included automatically. * * <p>Extenders need only provide a static method ! * <code>getString(String)</code> which calls the static method in this * class with the name of the invoking class and returns a ! * <code>String</code>. */ public class I18NImpl { /** * Returns the message string with the specified key from the * "properties" file in the package containing the class with --- 35,47 ---- * one "key=value" pair per line. All such files however have the same * name "properties". The resource extractor resolves the extraction of * the file from the jar as the package name is included automatically. * * <p>Extenders need only provide a static method ! * {@code getString(String)} which calls the static method in this * class with the name of the invoking class and returns a ! * {@code String}. */ public class I18NImpl { /** * Returns the message string with the specified key from the * "properties" file in the package containing the class with
< prev index next >