public final class ScriptHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
resolveOptionalExternalScript(org.apache.camel.CamelContext camelContext,
org.apache.camel.Exchange exchange,
String expression)
Resolves the expression/predicate whether it refers to an external script on the file/classpath etc.
|
static String |
resolveOptionalExternalScript(org.apache.camel.CamelContext camelContext,
String expression)
Resolves the expression/predicate whether it refers to an external script on the file/classpath etc.
|
public static String resolveOptionalExternalScript(org.apache.camel.CamelContext camelContext, String expression)
public static String resolveOptionalExternalScript(org.apache.camel.CamelContext camelContext, org.apache.camel.Exchange exchange, String expression)
Apache Camel