Uses of Class
com.authlete.common.util.TypedProperties
-
Packages that use TypedProperties Package Description com.authlete.common.util Utility classes. -
-
Uses of TypedProperties in com.authlete.common.util
Subclasses of TypedProperties in com.authlete.common.util Modifier and Type Class Description class
PropertiesWrapper
Properties wrapper.class
StringBasedTypedProperties
This is an abstract class that provides getters and setters for key-value pairs.Methods in com.authlete.common.util that return TypedProperties Modifier and Type Method Description static TypedProperties
PropertiesLoader. load(String file)
Load properties from a file.static TypedProperties
PropertiesLoader. load(String file, PropertiesLoader.FileLocation location)
Load properties from a file.static TypedProperties
PropertiesLoader. load(String file, PropertiesLoader.FileLocation[] locations)
Load properties from a file.
-