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>
APipelineofContainerHandlers.- Author:
- Fabio Simeoni
-
-
Constructor Summary
Constructors Constructor Description ContainerPipeline(List<ContainerHandler> handlers)Creates an instance with a given list of handlers.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerPipelinereverse()Returns a pipeline with the same handlers as this pipeline but in reverse order.
-
-
-
Constructor Detail
-
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
-
-
Method Detail
-
reverse
public ContainerPipeline reverse()
Returns a pipeline with the same handlers as this pipeline but in reverse order.- Returns:
- the reversed pipeline
-
-