|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRunner | |
|---|---|
| org.specrunner.context | |
| org.specrunner.context.core | |
| org.specrunner.core.pipes | |
| org.specrunner.runner | |
| org.specrunner.runner.core | |
| Uses of IRunner in org.specrunner.context |
|---|
| Methods in org.specrunner.context that return IRunner | |
|---|---|
IRunner |
IContext.getRunner()
The runner related to the context. |
| Methods in org.specrunner.context with parameters of type IRunner | |
|---|---|
IContext |
IContextFactory.newContext(ISource source,
IRunner runner)
Creates a new context based on an source and a runner. |
| Uses of IRunner in org.specrunner.context.core |
|---|
| Fields in org.specrunner.context.core declared as IRunner | |
|---|---|
protected IRunner |
ContextImpl.runner
The runner. |
| Methods in org.specrunner.context.core that return IRunner | |
|---|---|
IRunner |
ContextImpl.getRunner()
|
| Methods in org.specrunner.context.core with parameters of type IRunner | |
|---|---|
IContext |
ContextFactoryImpl.newContext(ISource source,
IRunner runner)
|
void |
ContextImpl.setRunner(IRunner runner)
Sets the runner. |
| Constructors in org.specrunner.context.core with parameters of type IRunner | |
|---|---|
ContextImpl(ISource source,
IRunner runner)
Creates a context from a source and a runner. |
|
| Uses of IRunner in org.specrunner.core.pipes |
|---|
| Methods in org.specrunner.core.pipes that return IRunner | |
|---|---|
protected IRunner |
PipeRunner.createRunner(ISource source)
Creates a runner for a source. |
static IRunner |
PipeRunner.lookup(IChannel channel)
Recover a runner from channel. |
| Methods in org.specrunner.core.pipes with parameters of type IRunner | |
|---|---|
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. |
| Uses of IRunner in org.specrunner.runner |
|---|
| Methods in org.specrunner.runner that return IRunner | |
|---|---|
IRunner |
IRunnerFactory.newRunner(ISource source)
Create a new runner. |
| Uses of IRunner in org.specrunner.runner.core |
|---|
| Classes in org.specrunner.runner.core that implement IRunner | |
|---|---|
class |
RunnerImpl
Default runner implementation. |
| Fields in org.specrunner.runner.core declared as IRunner | |
|---|---|
protected IRunner |
RunnerFactoryImpl.runner
A reusable runner. |
| Methods in org.specrunner.runner.core that return IRunner | |
|---|---|
IRunner |
RunnerFactoryImpl.getRunner()
Gets the runner. |
IRunner |
RunnerFactoryImpl.newRunner(ISource source)
|
| Methods in org.specrunner.runner.core with parameters of type IRunner | |
|---|---|
void |
RunnerFactoryImpl.setRunner(IRunner runner)
Sets the runner. |
| Constructors in org.specrunner.runner.core with parameters of type IRunner | |
|---|---|
RunnerFactoryImpl(IRunner runner)
Creates a factory with reusable runner. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||