This project has retired. For details please refer to its
Attic page.
PipelineBuilder (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)
org.apache.cocoon.pipeline.builder
Class PipelineBuilder
java.lang.Object
org.apache.cocoon.pipeline.builder.PipelineBuilder
- Type Parameters:
PC
- the PipelineComponent
type.
public final class PipelineBuilder
- extends Object
- Version:
- $Id: PipelineBuilder.html 1343757 2012-05-29 14:45:42Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newAsyncCachePipeline
public static <PC extends PipelineComponent> LinkedPipelineStarterBuilder<PC> newAsyncCachePipeline()
-
newCachingPipeline
public static <PC extends PipelineComponent> LinkedPipelineStarterBuilder<PC> newCachingPipeline()
-
newNonCachingPipeline
public static <PC extends PipelineComponent> LinkedPipelineStarterBuilder<PC> newNonCachingPipeline()
-
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.