Class SimplePropertiesFetcher
- java.lang.Object
-
- org.nuxeo.ecm.platform.mail.fetcher.SimplePropertiesFetcher
-
- All Implemented Interfaces:
PropertiesFetcher
public class SimplePropertiesFetcher extends Object implements PropertiesFetcher
A simple properties fetcher that always returns the same properties.- Author:
- Alexandre Russel
-
-
Constructor Summary
Constructors Constructor Description SimplePropertiesFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configureFetcher(Map<String,String> configuration)
Properties
getProperties(Map<String,Object> values)
-
-
-
Constructor Detail
-
SimplePropertiesFetcher
public SimplePropertiesFetcher()
-
-
Method Detail
-
configureFetcher
public void configureFetcher(Map<String,String> configuration)
- Specified by:
configureFetcher
in interfacePropertiesFetcher
-
getProperties
public Properties getProperties(Map<String,Object> values)
- Specified by:
getProperties
in interfacePropertiesFetcher
-
-