| Package | Description |
|---|---|
| org.specrunner.core.pipes | |
| org.specrunner.runner | |
| org.specrunner.runner.core |
| Modifier and Type | Method and Description |
|---|---|
protected IRunner |
PipeRunner.createRunner(ISource source)
Creates a runner for a source.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All rights reserved.