Interface BundleFinder

All Known Implementing Classes:
BaseMonitor, FileMonitor

public interface BundleFinder
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the bundle to be used.
  • Method Details

    • getBundle

      ResourceBundle getBundle(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.