Uses of Class
org.dbunit.dataset.common.handlers.PipelineConfig
Packages that use PipelineConfig
-
Uses of PipelineConfig in org.dbunit.dataset.common.handlers
Methods in org.dbunit.dataset.common.handlers that return PipelineConfigModifier and TypeMethodDescriptionprotected PipelineConfigAbstractPipelineComponent.getPipelineConfig()Returns the configuration of the pipeline this component belongs to.Pipeline.getPipelineConfig()Returns the configuration used by this pipeline's components.Methods in org.dbunit.dataset.common.handlers with parameters of type PipelineConfigModifier and TypeMethodDescriptionvoidPipeline.setPipelineConfig(PipelineConfig pipelineConfig) Sets the configuration used by this pipeline's components.