public class ScriptPropertiesFunction extends Object implements PropertiesFunction
Constructor and Description |
---|
ScriptPropertiesFunction(org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
String |
resolve(String key)
Resolve the given key using the property placeholders
|
public ScriptPropertiesFunction(org.apache.camel.CamelContext context)
public String resolve(String key) throws Exception
PropertiesFunction
resolve
in interface PropertiesFunction
key
- the keyException
Apache Camel