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)
PropertiesLookup
lookup
in interface PropertiesLookup
name
- property nameApache Camel