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...") |
(No difference)
|
Revision as of 13:27, 1 June 2017
Performs a maco/variable expansion on a java.lang.String instance.
Overview
jar | ccil-api |
recommended name | assign |
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:assign rdf:type entity:service ; entity:implementation "net.ccil.stages.generic.ExpandStringStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA