/** Set the pipeline configuration */
 public void setPipelineConfiguration(PipelineConfiguration pipe) {
   this.pipe = pipe;
   this.locationProvider = pipe.getLocationProvider();
 }