\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.flowelements.PipelineBuilderFromConfiguration Interface Reference

Detailed Description

Pipeline builders implementing this interface are capable of building a Pipeline based on a supplied PipelineOptions instance.

See also
Specification

Inheritance diagram for fiftyone.pipeline.core.flowelements.PipelineBuilderFromConfiguration:

[legend]

Public Member Functions

Pipeline  buildFromConfiguration (PipelineOptions options) throws Exception
Build the pipeline using the specified configuration options. More...

Member Function Documentation

◆ buildFromConfiguration()

Pipeline fiftyone.pipeline.core.flowelements.PipelineBuilderFromConfiguration.buildFromConfiguration ( PipelineOptions   options ) throws Exception

Build the pipeline using the specified configuration options.

Parameters
options - a PipelineOptions instance describing how to build the pipeline
Returns
a new Pipeline instance containing the configured FlowElement instances
Exceptions
Exception - if the configuration could not be used to build a valid Pipeline

Implemented in fiftyone.pipeline.core.flowelements.PipelineBuilder.