|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProducesConsumed | |
|---|---|
| org.apache.commons.pipeline.stage | A few simple Stage implementations for common use cases. |
| org.apache.commons.pipeline.testFramework | Framework classes used to simplify unit test development for pipeline stages. |
| Uses of ProducesConsumed in org.apache.commons.pipeline.stage |
|---|
| Classes in org.apache.commons.pipeline.stage with annotations of type ProducesConsumed | |
|---|---|
class |
AddToCollectionStage<T>
This is a simple stage in the pipeline which will add each processed object to the specified collection. |
class |
BaseStage
This is a simple base class for Stages with no-op implementations of the BaseStage.preprocess(), #process(), BaseStage.postprocess(),
and BaseStage.release() methods. |
| Uses of ProducesConsumed in org.apache.commons.pipeline.testFramework |
|---|
| Classes in org.apache.commons.pipeline.testFramework with annotations of type ProducesConsumed | |
|---|---|
class |
FaultingTestStage
This stage will generate StageExceptions for every other object this
stage processes. |
class |
TestStage
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||