Difference between revisions of "ExpandStringStage"
From CCIL
(Created page with "Performs a maco/variable expansion on a ''java.lang.String'' instance. == Overview == <br/> {| |- | '''jar''' | ccil-api |- | '''recommended name''' | assign |- | '''cla...") |
(→Overview) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| '''recommended name''' | | '''recommended name''' | ||
− | | | + | | string-exp |
|- | |- | ||
| '''class''' | | '''class''' | ||
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 "" ; |
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