Uses of Class
org.specrunner.pipeline.AbortException

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

Uses of AbortException in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that throw AbortException
 boolean PipeTransformSource.check(IChannel channel)
           
 boolean PipeSource.check(IChannel channel)
           
 boolean PipeRunner.check(IChannel channel)
           
 boolean PipeRun.check(IChannel channel)
           
 boolean PipeResult.check(IChannel channel)
           
 boolean PipeReporter.check(IChannel channel)
           
 boolean PipeReport.check(IChannel channel)
           
 boolean PipePopulator.check(IChannel channel)
           
 boolean PipeModel.check(IChannel channel)
           
 boolean PipeMetavariables.check(IChannel channel)
           
 boolean PipeListenerManager.check(IChannel channel)
           
 boolean PipeFeatureManager.check(IChannel channel)
           
 boolean PipeDumper.check(IChannel channel)
           
 boolean PipeDump.check(IChannel channel)
           
 boolean PipeContext.check(IChannel channel)
           
 boolean PipeAnnotator.check(IChannel channel)
           
 boolean PipeAnnotate.check(IChannel channel)
           
 boolean AbstractPipeModel.check(IChannel channel)
           
 

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

Methods in org.specrunner.core.pipes.plugin that throw AbortException
 boolean PipeRun.check(IChannel channel)
           
 

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

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

Uses of AbortException in org.specrunner.pipeline
 

Methods in org.specrunner.pipeline that throw AbortException
 boolean IPipe.check(IChannel channel)
          Check if a pipe must perform something on channel.
 IChannel IPipe.process(IChannel channel)
          Perform some transformation over the channel.
 

Uses of AbortException in org.specrunner.pipeline.core
 

Methods in org.specrunner.pipeline.core that throw AbortException
 boolean PipelineImpl.check(IChannel channel)
           
 IChannel PipelineImpl.process(IChannel channel)
           
 



Copyright © 2014. All rights reserved.