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

All Known Implementing Classes:
BaseMonitor, FileMonitor

public interface BundleFinder


Method Summary
 java.util.ResourceBundle getBundle(java.lang.String msgId)
          Return the bundle to be used.
 

Method Detail

getBundle

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 Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.