| Package | Description |
|---|---|
| org.specrunner.context | |
| org.specrunner.context.core | |
| org.specrunner.core.pipes | |
| org.specrunner.runner | |
| org.specrunner.runner.core |
| Modifier and Type | Method and Description |
|---|---|
IRunner |
IContext.getRunner()
The runner related to the context.
|
| Modifier and Type | Method and Description |
|---|---|
IContext |
IContextFactory.newContext(ISource source,
IRunner runner)
Creates a new context based on an source and a runner.
|
| Modifier and Type | Field and Description |
|---|---|
protected IRunner |
ContextImpl.runner
The runner.
|
| Modifier and Type | Method and Description |
|---|---|
IRunner |
ContextImpl.getRunner() |
| Modifier and Type | Method and Description |
|---|---|
IContext |
ContextFactoryImpl.newContext(ISource source,
IRunner runner) |
void |
ContextImpl.setRunner(IRunner runner)
Sets the runner.
|
| Constructor and Description |
|---|
ContextImpl(ISource source,
IRunner runner)
Creates a context from a source and a runner.
|
| Modifier and Type | Method and Description |
|---|---|
protected IRunner |
PipeRunner.createRunner(ISource source)
Creates a runner for a source.
|
static IRunner |
PipeRunner.lookup(IChannel channel)
Recover a runner from channel.
|
| Modifier and Type | Method and Description |
|---|---|
static IChannel |
PipeRunner.bind(IChannel channel,
IRunner obj)
Bind the object to the channel.
|
protected IContext |
PipeContext.createContext(ISource source,
IRunner runner)
Creates a context based on a source and runner.
|
| Modifier and Type | Method and Description |
|---|---|
IRunner |
IRunnerFactory.newRunner(ISource source)
Create a new runner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RunnerImpl
Default runner implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected IRunner |
RunnerFactoryImpl.runner
A reusable runner.
|
| Modifier and Type | Method and Description |
|---|---|
IRunner |
RunnerFactoryImpl.getRunner()
Gets the runner.
|
IRunner |
RunnerFactoryImpl.newRunner(ISource source) |
| Modifier and Type | Method and Description |
|---|---|
void |
RunnerFactoryImpl.setRunner(IRunner runner)
Sets the runner.
|
| Constructor and Description |
|---|
RunnerFactoryImpl(IRunner runner)
Creates a factory with reusable runner.
|
Copyright © 2016. All rights reserved.