Difference between revisions of "BufferEnumStage"
From CCIL
(Created page with "Enumerates all items in a buffer. == Overview == <br/> {| |- | '''jar''' | ccil-api |- | '''recommended name''' | buffer-enum |- | '''class''' | net.ccil.stages.buffer....") |
(→Parameters) |
||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
|- | |- | ||
| '''svn''' | | '''svn''' | ||
− | | svn | + | | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/buffer/BufferEnumStage.java |
|} | |} | ||
+ | |||
== Parameters == | == Parameters == | ||
{| | {| | ||
! Name | ! Name | ||
+ | ! Type | ||
! Description | ! Description | ||
! Comment | ! Comment | ||
|- | |- | ||
| name | | name | ||
+ | | ''java.lang.String'' | ||
| The name of the buffer. | | The name of the buffer. | ||
|- | |- | ||
| process | | process | ||
+ | | ''java.lang.String'' | ||
| The pipeline to be executed on each element in the buffer. | | The pipeline to be executed on each element in the buffer. | ||
| | | |
Latest revision as of 12:28, 1 June 2017
Enumerates all items in a buffer.
Overview
jar | ccil-api |
recommended name | buffer-enum |
class | net.ccil.stages.buffer.BufferEnumStage |
location | /ccil-api/src/main/java/net/ccil/stages/buffer/BufferEnumStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/buffer/BufferEnumStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
name | java.lang.String | The name of the buffer. | |
process | java.lang.String | The pipeline to be executed on each element in the buffer. |
Registration
service:buffer-append rdf:type entity:service ; entity:implementation "net.ccil.stages.buffer.BufferEnumStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA