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.

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

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