public interface IContextFactory
| Modifier and Type | Method and Description |
|---|---|
IContext |
newContext(ISource source,
IRunner runner)
Creates a new context based on an source and a runner.
|
IContext newContext(ISource source, IRunner runner) throws ContextException
source - The source context.runner - The context runner.ContextException - On creation errors.Copyright © 2016. All rights reserved.