Class BundleFunctions.BundleFunc

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.ResourceBundle res  
      protected boolean returnLabels  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BundleFunc​(java.lang.String bundle, java.util.Locale locale, boolean returnLabels)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String lookup​(java.lang.String key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • res

        protected final java.util.ResourceBundle res
      • returnLabels

        protected final boolean returnLabels
    • Constructor Detail

      • BundleFunc

        protected BundleFunc​(java.lang.String bundle,
                             java.util.Locale locale,
                             boolean returnLabels)
    • Method Detail

      • lookup

        protected final java.lang.String lookup​(java.lang.String key)