Difference between revisions of "ExpandStringStage"
From CCIL
(→Registration) |
(→Overview) |
||
Line 9: | Line 9: | ||
|- | |- | ||
| '''recommended name''' | | '''recommended name''' | ||
− | | string- | + | | string-exp |
|- | |- | ||
| '''class''' | | '''class''' |
Latest revision as of 13:37, 1 June 2017
Performs a maco/variable expansion on a java.lang.String instance.
Overview
jar | ccil-api |
recommended name | string-exp |
class | net.ccil.stages.generic.ExpandStringStage |
location | /ccil-api/src/main/java/net/ccil/stages/generic/ExpandStringStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/ExpandStringStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
IN | java.lang.String | The text to be expanded. | |
OUT | java.lang.String | The result. |
Registration
service:string-exp rdf:type entity:service ; entity:implementation "net.ccil.stages.generic.ExpandStringStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA