org.apache.cocoon.pipeline.builder
Class PipelineBuilder

java.lang.Object
  extended by org.apache.cocoon.pipeline.builder.PipelineBuilder
Type Parameters:
PC - the PipelineComponent type.

public final class PipelineBuilder
extends Object

Version:
$Id: PipelineBuilder.java 1087869 2011-04-01 19:53:25Z simonetripodi $

Method Summary
static
<PC extends PipelineComponent>
LinkedPipelineStarterBuilder<PC>
newAsyncCachePipeline()
          
static
<PC extends PipelineComponent>
LinkedPipelineStarterBuilder<PC>
newCachingPipeline()
          
static
<PC extends PipelineComponent>
LinkedPipelineStarterBuilder<PC>
newNonCachingPipeline()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2011 The Apache Software Foundation. All Rights Reserved.