Difference between revisions of "BufferAppendStage"
From CCIL
m (→TTL) |
|||
Line 12: | Line 12: | ||
|- | |- | ||
| '''class''' | | '''class''' | ||
− | | | + | | net.ccil.stages.buffer.BufferAppendStage |
|- | |- | ||
| '''location''' | | '''location''' | ||
− | | | + | | /ccil-api/src/main/java/net/ccil/stages/buffer/BufferAppendStage.java |
|- | |- | ||
| '''svn''' | | '''svn''' | ||
− | | | + | | svn+ssh://atanas_ilchev@svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/buffer/BufferAppendStage.java |
+ | |} | ||
+ | == Parameters == | ||
+ | {| | ||
+ | ! Name | ||
+ | ! Description | ||
+ | ! Comment | ||
+ | |- | ||
+ | | name | ||
+ | | The name of the buffer. | ||
+ | | | ||
|} | |} | ||
− | == | + | == Registration == |
<pre> | <pre> | ||
Line 30: | Line 40: | ||
</pre> | </pre> | ||
− | == Context | + | == Context == |
<pre> | <pre> |
Revision as of 01:57, 16 May 2017
Appends an object to a buffer.
Overview
jar | ccil-api |
recommended name | append-buffer |
class | net.ccil.stages.buffer.BufferAppendStage |
location | /ccil-api/src/main/java/net/ccil/stages/buffer/BufferAppendStage.java |
svn | svn+ssh://atanas_ilchev@svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/buffer/BufferAppendStage.java |
Parameters
Name | Description | Comment |
---|---|---|
name | The name of the buffer. |
Registration
service:append-buffer rdf:type entity:service ; entity:implementation "net.ccil.stages.buffer.BufferAppendStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA