org.gcube.smartgears.handlers.container
Class ContainerPipeline
java.lang.Object
org.gcube.smartgears.handlers.Pipeline<ContainerLifecycleEvent,ContainerHandler>
org.gcube.smartgears.handlers.container.ContainerPipeline
public class ContainerPipeline
- extends Pipeline<ContainerLifecycleEvent,ContainerHandler>
A Pipeline of ContainerHandlers.
- Author:
- Fabio Simeoni
|
Method Summary |
ContainerPipeline |
reverse()
Returns a pipeline with the same handlers as this pipeline but in reverse order. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerPipeline
public ContainerPipeline(List<ContainerHandler> handlers)
- Creates an instance with a given list of handlers.
Modification to the input list do not affect the pipeline.
- Parameters:
handlers - the handlers
reverse
public ContainerPipeline reverse()
- Returns a pipeline with the same handlers as this pipeline but in reverse order.
- Returns:
- the reversed pipeline
Copyright © 2013. All Rights Reserved.