|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ i18n overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.i18n
Interface BundleFinder

- public interface BundleFinder
| Method Summary | |
java.util.ResourceBundle |
getBundle(java.lang.String msgId)
Return the bundle to be used. |
| Method Detail |
getBundle
public java.util.ResourceBundle getBundle(java.lang.String msgId)
- Return the bundle to be used. The msgIdf is passed
in to allow it to be a factor in determing the resource name
of the messages file.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ i18n overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC