Uses of Interface
org.specrunner.pipeline.IPipe

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

Uses of IPipe in org.specrunner.core.pipes
 

Classes in org.specrunner.core.pipes that implement IPipe
 class AbstractPipeModel
          A pipe with information about a model.
 class PipeAnnotate
          Pipe to call annotation service.
 class PipeAnnotator
          Pipe to bind an annotator to the channel.
 class PipeContext
          Create and bind a context to the channel.
 class PipeDump
          Make dumpers dump. :)
 class PipeDumper
          Adds a dumper to the channel.
 class PipeFeatureManager
          Set feature manager into channel.
 class PipeListenerManager
          Add listener manager.
 class PipeMemory
          Add memory information to the pipe.
 class PipeMetavariables
          Bind pipe information to the channel.
 class PipeModel
          Add a model information to the channel.
 class PipePopulator
          Add extra information to the given context.
 class PipeReport
          Pipe to add report information.
 class PipeReporter
          Creates a reporter and add to the channel.
 class PipeResult
          Bind a result to the channel.
 class PipeRun
          Call a specification runner.
 class PipeRunner
          Add a runner to the pipe.
 class PipeSource
          Creates the source and add to the channel.
 class PipeTime
          Add time information to the channel.
 class PipeTimestamp
          Adds a time stamp tag to the channel.
 class PipeTransformSource
          Pipe perform a transformation into sources.
 

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

Classes in org.specrunner.core.pipes.plugin that implement IPipe
 class PipeShortDump
          Perform a short version of reports.
 

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

Classes in org.specrunner.core.pipes.shutdown that implement IPipe
 class PipeResume
          Call reporter resume.
 class PipeReusable
          Finalize all reusable resources.
 

Uses of IPipe in org.specrunner.pipeline
 

Subinterfaces of IPipe in org.specrunner.pipeline
 interface IPipeline
          Abstraction for a series of pipes performing something on input information.
 

Methods in org.specrunner.pipeline with parameters of type IPipe
 IPipeline IPipelineFactory.newPipeline(IPipe... pipes)
          A new pipeline.
 void ProfilerPipeListener.onAfterCheck(IChannel channel, IPipe source)
           
 void IPipeListener.onAfterCheck(IChannel channel, IPipe source)
          Perform something after checking.
 void ProfilerPipeListener.onAfterProcess(IChannel channel, IPipe source)
           
 void IPipeListener.onAfterProcess(IChannel channel, IPipe source)
          Perform something after processing.
 void ProfilerPipeListener.onBeforeCheck(IChannel channel, IPipe source)
           
 void IPipeListener.onBeforeCheck(IChannel channel, IPipe source)
          Perform something before checking.
 void ProfilerPipeListener.onBeforeProcess(IChannel channel, IPipe source)
           
 void IPipeListener.onBeforeProcess(IChannel channel, IPipe source)
          Perform something before processing.
 

Uses of IPipe in org.specrunner.pipeline.core
 

Classes in org.specrunner.pipeline.core that implement IPipe
 class PipelineImpl
          Default implementation of a pipeline.
 

Methods in org.specrunner.pipeline.core with parameters of type IPipe
protected  void PipelineImpl.fireAfterCheck(IChannel channel, IPipe source)
          Fire event on channel.
protected  void PipelineImpl.fireAfterPerform(IChannel channel, IPipe source)
          Fire event on channel.
protected  void PipelineImpl.fireBeforeCheck(IChannel channel, IPipe source)
          Fire event on channel.
protected  void PipelineImpl.fireBeforePerform(IChannel channel, IPipe source)
          Fire event on channel.
 IPipeline PipelineFactoryImpl.newPipeline(IPipe... pipes)
           
 

Constructor parameters in org.specrunner.pipeline.core with type arguments of type IPipe
PipelineImpl(Collection<? extends IPipe> c)
          Superclass constructor.
 



Copyright © 2014. All rights reserved.