Interface PropertiesFetcher
-
- All Known Implementing Classes:
SimplePropertiesFetcher
public interface PropertiesFetcher
- Author:
- Alexandre Russel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureFetcher(Map<String,String> configuration)
Properties
getProperties(Map<String,Object> values)
-
-
-
Method Detail
-
configureFetcher
void configureFetcher(Map<String,String> configuration)
-
getProperties
Properties getProperties(Map<String,Object> values)
-
-