Uses of Class
org.specrunner.pipeline.PipelineException

Packages that use PipelineException
org.specrunner   
org.specrunner.core   
org.specrunner.core.pipes   
org.specrunner.core.pipes.plugin   
org.specrunner.core.pipes.shutdown   
org.specrunner.pipeline   
org.specrunner.pipeline.core   
 

Uses of PipelineException in org.specrunner
 

Methods in org.specrunner that throw PipelineException
static SRServices SRServices.ShutDown.recover(IChannel channel)
          Return the services instance bound on channel.
 

Uses of PipelineException in org.specrunner.core
 

Methods in org.specrunner.core that throw PipelineException
static IPipeline SpecRunnerPipelineUtils.getPipeline(SRServices services, IConfiguration configuration, String defaultFile)
          Get a pipeline from a configuration file.
static IPipeline SpecRunnerPipelineUtils.getPipeline(SRServices service, String file)
          Get pipeline by fixed file name.
 

Uses of PipelineException in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that throw PipelineException
 IChannel PipeTransformSource.process(IChannel channel)
           
 IChannel PipeSource.process(IChannel channel)
           
 IChannel PipeRunner.process(IChannel channel)
           
 IChannel PipeRun.process(IChannel channel)
           
 IChannel PipeResult.process(IChannel channel)
           
 IChannel PipeReporter.process(IChannel channel)
           
 IChannel PipeReport.process(IChannel channel)
           
 IChannel PipePopulator.process(IChannel channel)
           
 IChannel PipeModel.process(IChannel channel)
           
 IChannel PipeMetavariables.process(IChannel channel)
           
 IChannel PipeListenerManager.process(IChannel channel)
           
 IChannel PipeFeatureManager.process(IChannel channel)
           
 IChannel PipeDumper.process(IChannel channel)
           
 IChannel PipeDump.process(IChannel channel)
           
 IChannel PipeContext.process(IChannel channel)
           
 IChannel PipeAnnotator.process(IChannel channel)
           
 IChannel PipeAnnotate.process(IChannel channel)
           
 IChannel AbstractPipeModel.process(IChannel channel)
           
 IChannel PipeTimestamp.process(IChannel channel, Map<String,Object> model)
           
 IChannel PipeTime.process(IChannel channel, Map<String,Object> model)
           
 IChannel PipeMemory.process(IChannel channel, Map<String,Object> model)
           
abstract  IChannel AbstractPipeModel.process(IChannel channel, Map<String,Object> model)
          Process the channel with the model already recovered.
 

Uses of PipelineException in org.specrunner.core.pipes.plugin
 

Methods in org.specrunner.core.pipes.plugin that throw PipelineException
 IChannel PipeShortDump.process(IChannel channel)
           
 IChannel PipeRun.process(IChannel channel)
           
 

Uses of PipelineException in org.specrunner.core.pipes.shutdown
 

Methods in org.specrunner.core.pipes.shutdown that throw PipelineException
 IChannel PipeReusable.process(IChannel channel)
           
 IChannel PipeResume.process(IChannel channel)
           
 

Uses of PipelineException in org.specrunner.pipeline
 

Subclasses of PipelineException in org.specrunner.pipeline
 class InvalidTypeException
           
 class NotFoundException
           
 

Methods in org.specrunner.pipeline that throw PipelineException
 IPipeline IPipelineFactory.newPipeline(IPipe... pipes)
          A new pipeline.
 IPipeline IPipelineFactory.newPipeline(Object source)
          A new pipeline from source object.
 IChannel IPipe.process(IChannel channel)
          Perform some transformation over the channel.
 

Uses of PipelineException in org.specrunner.pipeline.core
 

Methods in org.specrunner.pipeline.core that throw PipelineException
 IPipeline PipelineFactoryXOM.newPipeline(Object source)
           
 IPipeline PipelineFactoryImpl.newPipeline(Object source)
           
 IPipeline PipelineFactoryCustom.newPipeline(Object source)
           
 IChannel PipelineImpl.process(IChannel channel)
           
 



Copyright © 2014. All rights reserved.