Interface BundleFinder
-
- All Known Implementing Classes:
BaseMonitor,FileMonitor
public interface BundleFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ResourceBundlegetBundle(java.lang.String msgId)Return the bundle to be used.
-