EnumListStage

From CCIL
Revision as of 13:24, 1 June 2017 by Atanas.ilchev (Talk | contribs) (Overview)

Jump to: navigation, search

Iterates over collection and executes a pipeline on each element.

Overview


jar ccil-api
name enum-list
class net.ccil.stages.generic.EnumListStage
location /ccil-api/src/main/java/net/ccil/stages/generic/EnumListStage.java
svn svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/EnumListStage.java

Parameters

Name Type Description Comment
input java.util.List or java.util.Colletion or java.reflect.Array The collection to read the input from. Iterates over the collection and executes a pipeline on each element.
process java.lang.String The pipeline to execute on each element.

Registration

service:enum-list	rdf:type	entity:service ;				
					entity:implementation	"net.ccil.stages.generic.EnumListStage" ;
					entity:classpath	"" ;
					entity:arguments	"" .

Context

TBA

Example

TBA

See Also