Java org.apache.commons.pipeline Pipeline fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.pipeline Pipeline fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.pipeline Pipeline.

The text is from its open source code.

Method

FeedergetSourceFeeder()
Returns a feeder for the first stage if the rendering is not empty
ListgetStageDrivers()
Returns an unmodifiable list of stage drivers that have been added to the rendering.
ListgetStages()
Returns an unmodifiable list of stages that have been added to this rendering.
voidrun()
Runs the rendering from start to finish.
voidsetEnv(String key, Object value)
Sets the value corresponding to the specified environment variable key.