Uses of Interface
org.specrunner.ISpecRunnerPlugin

Packages that use ISpecRunnerPlugin
org.specrunner   
org.specrunner.core   
 

Uses of ISpecRunnerPlugin in org.specrunner
 

Methods in org.specrunner that return ISpecRunnerPlugin
static ISpecRunnerPlugin SRServices.getSpecRunnerPlugin()
          Shortcut method to the topmost interface for programmatic plugins.
 ISpecRunnerPlugin ISpecRunnerFactoryPlugin.newRunner()
          A new specification runner.
 

Uses of ISpecRunnerPlugin in org.specrunner.core
 

Classes in org.specrunner.core that implement ISpecRunnerPlugin
 class SpecRunnerPluginPipeline
          Default implementation.
 

Fields in org.specrunner.core declared as ISpecRunnerPlugin
protected  ISpecRunnerPlugin SpecRunnerFactoryPluginImpl.runner
          The reusable runner.
 

Methods in org.specrunner.core that return ISpecRunnerPlugin
 ISpecRunnerPlugin SpecRunnerFactoryPluginImpl.getRunner()
          Gets the runner.
 ISpecRunnerPlugin SpecRunnerFactoryPluginImpl.newRunner()
           
 

Methods in org.specrunner.core with parameters of type ISpecRunnerPlugin
 void SpecRunnerFactoryPluginImpl.setRunner(ISpecRunnerPlugin runner)
          Sets the runner.
 

Constructors in org.specrunner.core with parameters of type ISpecRunnerPlugin
SpecRunnerFactoryPluginImpl(ISpecRunnerPlugin runner)
          Creates a factory with a reusable runner.
 



Copyright © 2014. All rights reserved.