Interface LabelLocator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.net.URL locate​(java.util.Locale locale)
      Returns URL containing the labels for the specified locale, or null if not available.
    • Method Detail

      • locate

        java.net.URL locate​(java.util.Locale locale)
                     throws java.lang.Exception
        Returns URL containing the labels for the specified locale, or null if not available.

        It must be thread-safe.

        Throws:
        java.lang.Exception