Class IJUResourceBundle<T extends KeyProvider>


  • public class IJUResourceBundle<T extends KeyProvider>
    extends java.lang.Object
    • Constructor Detail

      • IJUResourceBundle

        public IJUResourceBundle​(java.lang.String resourceName)
    • Method Detail

      • getProperty

        public java.lang.String getProperty​(T constant)
      • getPropertyInt

        public int getPropertyInt​(T constant)
      • getPropertyLong

        public long getPropertyLong​(T constant)
      • getPropertyBoolean

        public boolean getPropertyBoolean​(T constant)
      • getPropertyLocalTime

        public java.time.LocalTime getPropertyLocalTime​(T constant)