org.apache.derby.iapi.services.i18n
Interface BundleFinder

All Known Implementing Classes:
BaseMonitor

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.

Parameters:
msgId - Message being searched for.


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.