Class FilePropertyProvider
- java.lang.Object
-
- be.personify.util.properties.provider.EntitlementPropertyProvider
-
- be.personify.util.properties.provider.impl.FilePropertyProvider
-
public class FilePropertyProvider extends EntitlementPropertyProvider
- Author:
- vanderbw Provider to give properties to entitlements based on a file
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_FILE-
Fields inherited from class be.personify.util.properties.provider.EntitlementPropertyProvider
configuration
-
-
Constructor Summary
Constructors Constructor Description FilePropertyProvider(Map<String,String> configuration)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getProperties(EntitlementPropertyFilter filter, Locale locale)voidvalidateConfiguration(Map<String,String> configuration)
-
-
-
Field Detail
-
KEY_FILE
public static final String KEY_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperties
public Map<String,String> getProperties(EntitlementPropertyFilter filter, Locale locale)
- Specified by:
getPropertiesin classEntitlementPropertyProvider
-
validateConfiguration
public void validateConfiguration(Map<String,String> configuration) throws Exception
- Specified by:
validateConfigurationin classEntitlementPropertyProvider- Throws:
Exception
-
-