Uses of Class
org.specrunner.runner.RunnerException

Packages that use RunnerException
org.specrunner.core.pipes   
org.specrunner.runner   
org.specrunner.runner.core   
 

Uses of RunnerException in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that throw RunnerException
protected  IRunner PipeRunner.createRunner(ISource source)
          Creates a runner for a source.
 

Uses of RunnerException in org.specrunner.runner
 

Methods in org.specrunner.runner that throw RunnerException
 IRunner IRunnerFactory.newRunner(ISource source)
          Create a new runner.
 void IRunner.run(IPlugin plugin, IContext context, IResultSet result)
          Performs a plugin without a node specification.
 void IRunner.run(ISource source, IContext context, IResultSet result)
          Performs the specification in source.
 void IRunner.run(nu.xom.Node node, IContext context, IResultSet result)
          Performs the specification node.
 

Uses of RunnerException in org.specrunner.runner.core
 

Methods in org.specrunner.runner.core that throw RunnerException
protected  void RunnerImpl.local(nu.xom.Node node, IContext context, IResultSet result, IPlugin previous)
          Perform node execution.
 IRunner RunnerFactoryImpl.newRunner(ISource source)
           
 void RunnerImpl.run(IPlugin plugin, IContext context, IResultSet result)
           
 void RunnerImpl.run(ISource source, IContext context, IResultSet result)
           
 void RunnerImpl.run(nu.xom.Node node, IContext context, IResultSet result)
           
 



Copyright © 2014. All rights reserved.