Uses of Class
com.authlete.common.util.PropertiesLoader.FileLocation
-
Packages that use PropertiesLoader.FileLocation Package Description com.authlete.common.util Utility classes. -
-
Uses of PropertiesLoader.FileLocation in com.authlete.common.util
Methods in com.authlete.common.util that return PropertiesLoader.FileLocation Modifier and Type Method Description static PropertiesLoader.FileLocationPropertiesLoader.FileLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertiesLoader.FileLocation[]PropertiesLoader.FileLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.util with parameters of type PropertiesLoader.FileLocation Modifier and Type Method Description static TypedPropertiesPropertiesLoader. load(String file, PropertiesLoader.FileLocation location)Load properties from a file.static TypedPropertiesPropertiesLoader. load(String file, PropertiesLoader.FileLocation[] locations)Load properties from a file.
-