Module inoks.java.utils
Class IJUResourceBundle<T extends KeyProvider>
- java.lang.Object
-
- de.kgrupp.inoksjavautils.resbundle.IJUResourceBundle<T>
-
public class IJUResourceBundle<T extends KeyProvider> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IJUResourceBundle(java.lang.String resourceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProperty(T constant)
boolean
getPropertyBoolean(T constant)
int
getPropertyInt(T constant)
java.time.LocalTime
getPropertyLocalTime(T constant)
long
getPropertyLong(T constant)
-
-
-
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)
-
-