Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.mail.fetcher
Class SimplePropertiesFetcher

java.lang.Object
  extended by 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
SimplePropertiesFetcher()
           
 
Method Summary
 void configureFetcher(Map<String,String> configuration)
           
 Properties getProperties(Map<String,Object> values)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePropertiesFetcher

public SimplePropertiesFetcher()
Method Detail

configureFetcher

public void configureFetcher(Map<String,String> configuration)
Specified by:
configureFetcher in interface PropertiesFetcher

getProperties

public Properties getProperties(Map<String,Object> values)
Specified by:
getProperties in interface PropertiesFetcher

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.