public class DefaultPropertiesLookup extends Object implements PropertiesLookup
PropertiesLookup which lookup properties from a Properties with all existing properties.| Constructor and Description |
|---|
DefaultPropertiesLookup(PropertiesComponent component) |
| Modifier and Type | Method and Description |
|---|---|
String |
lookup(String name)
Lookup the property with the given name
|
public DefaultPropertiesLookup(PropertiesComponent component)
public String lookup(String name)
PropertiesLookuplookup in interface PropertiesLookupname - property nameApache Camel