Class SimplePropertiesFetcher
java.lang.Object
org.nuxeo.ecm.platform.mail.fetcher.SimplePropertiesFetcher
- All Implemented Interfaces:
PropertiesFetcher
A simple properties fetcher that always returns the same properties.
- Author:
- Alexandre Russel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureFetcher
(Map<String, String> configuration) getProperties
(Map<String, Object> values)
-
Constructor Details
-
SimplePropertiesFetcher
public SimplePropertiesFetcher()
-
-
Method Details
-
configureFetcher
- Specified by:
configureFetcher
in interfacePropertiesFetcher
-
getProperties
- Specified by:
getProperties
in interfacePropertiesFetcher
-