Class ContainerPipeline
java.lang.Object
org.gcube.smartgears.handlers.Pipeline<ContainerLifecycleEvent,ContainerHandler>
org.gcube.smartgears.handlers.container.ContainerPipeline
A
Pipeline of ContainerHandlers.- Author:
- Fabio Simeoni
-
Constructor Summary
ConstructorsConstructorDescriptionContainerPipeline(List<ContainerHandler> handlers) Creates an instance with a given list of handlers. -
Method Summary
Modifier and TypeMethodDescriptionreverse()Returns a pipeline with the same handlers as this pipeline but in reverse order.
-
Constructor Details
-
ContainerPipeline
Creates an instance with a given list of handlers.Modification to the input list do not affect the pipeline.
- Parameters:
handlers- the handlers
-
-
Method Details
-
reverse
Returns a pipeline with the same handlers as this pipeline but in reverse order.- Returns:
- the reversed pipeline
-