Uses of Interface
com.norconex.commons.lang.pipeline.IPipelineStage
Packages that use IPipelineStage
Package
Description
Simple pipeline framework, allowing the queue of executable tasks.
-
Uses of IPipelineStage in com.norconex.commons.lang.pipeline
Classes in com.norconex.commons.lang.pipeline that implement IPipelineStageMethods in com.norconex.commons.lang.pipeline that return types with arguments of type IPipelineStageMethods in com.norconex.commons.lang.pipeline with parameters of type IPipelineStageModifier and TypeMethodDescriptionPipeline.addStage(IPipelineStage<T> stage) Deprecated.Adds a stage to the pipeline.Method parameters in com.norconex.commons.lang.pipeline with type arguments of type IPipelineStageModifier and TypeMethodDescriptionPipeline.addStages(List<IPipelineStage<T>> stages) Deprecated.Adds stages to the pipeline.Constructor parameters in com.norconex.commons.lang.pipeline with type arguments of type IPipelineStageModifierConstructorDescriptionPipeline(List<IPipelineStage<T>> stages) Deprecated.Creates a new pipeline with the specified stages.
PredicatesorPredicatechaining instead