Package org.hippoecm.hst.core.container
Interface Pipelines
-
public interface Pipelines
ThePipeline
container interface.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pipeline
getDefaultPipeline()
Returns the default pipeline.Pipeline
getPipeline(String name)
Returns the specified pipeline by the name.
-