Difference between revisions of "ExpandStringStage"
From CCIL
(→Overview) |
(→Registration) |
||
Line 43: | Line 43: | ||
<pre> | <pre> | ||
− | service: | + | service:string-exp rdf:type entity:service ; |
entity:implementation "net.ccil.stages.generic.ExpandStringStage" ; | entity:implementation "net.ccil.stages.generic.ExpandStringStage" ; | ||
entity:classpath "" ; | entity:classpath "" ; |
Revision as of 13:32, 1 June 2017
Performs a maco/variable expansion on a java.lang.String instance.
Overview
jar | ccil-api |
recommended name | string-expand |
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