Difference between revisions of "BufferAppendStage"
From CCIL
(→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/BufferAppendStage.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. | ||
| | | |
Latest revision as of 12:26, 1 June 2017
Appends an object to a buffer.
Overview
jar | ccil-api |
recommended name | buffer-append |
class | net.ccil.stages.buffer.BufferAppendStage |
location | /ccil-api/src/main/java/net/ccil/stages/buffer/BufferAppendStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/buffer/BufferAppendStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
name | java.lang.String | The name of the buffer. |
Registration
service:buffer-append rdf:type entity:service ; entity:implementation "net.ccil.stages.buffer.BufferAppendStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA