Package org.hippoecm.hst.core.container
Interface Pipelines
public interface Pipelines
The
Pipeline
container interface.- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default pipeline.getPipeline
(String name) Returns the specified pipeline by the name.
-
Method Details
-
getDefaultPipeline
Pipeline getDefaultPipeline()Returns the default pipeline.- Returns:
- the default pipeline.
-
getPipeline
Returns the specified pipeline by the name.- Parameters:
name
-- Returns:
- the specified pipeline by the name.
-