Difference between revisions of "Parameter expressions"

From CCIL
Jump to: navigation, search
(Links)
Line 15: Line 15:
 
== Links ==
 
== Links ==
  
* ''ContextUtils.resolveSettingValue''
+
* [http://ccil.sourceforge.net/releases/latest/apidocs/net/ccil/util/ContextUtils.html#resolveSettingValue-java.lang.String-java.lang.String-java.util.Map-ContextUtils.resolveSettingValue]

Revision as of 13:03, 14 May 2017

Reference

You can reference a parameter name by using the @ symbol:

PARSE_CONTENT.input = @xfer

At some point there shpoul be a definition:

# properties
xfer = xfer

Links