| Package | Description |
|---|---|
| org.specrunner.core.pipes | |
| org.specrunner.core.pipes.plugin | |
| org.specrunner.pipeline | |
| org.specrunner.pipeline.core |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
PipeModel.create(IChannel channel)
Creates the default model.
|
static Long |
PipeTimestamp.lookup(IChannel channel)
Recover time stamp from channel.
|
static Long |
PipeTime.lookup(IChannel channel)
Recover the time information from channel.
|
static ISource |
PipeSource.lookup(IChannel channel)
Recover the source from channel.
|
static IRunner |
PipeRunner.lookup(IChannel channel)
Recover a runner from channel.
|
static IResultSet |
PipeResult.lookup(IChannel channel)
Recover the result set from channel.
|
static IReporter |
PipeReporter.lookup(IChannel channel)
Recover the reporter from channel.
|
static IListenerManager |
PipeListenerManager.lookup(IChannel channel)
Get the manager from channel.
|
static String |
PipeInput.lookup(IChannel channel)
Get the input from channel.
|
static IFeatureManager |
PipeFeatureManager.lookup(IChannel channel)
Recover the manager from channel.
|
static ISourceDumper |
PipeDumper.lookup(IChannel channel)
Recover a dumper from channel.
|
static IContext |
PipeContext.lookup(IChannel channel)
Recover a context from channel.
|
static IConfiguration |
PipeConfiguration.lookup(IChannel channel)
Get the configuration from channel.
|
static IAnnotator |
PipeAnnotator.lookup(IChannel channel)
Look for the object into the channel.
|
static Long |
PipeMemory.lookupFree(IChannel channel)
Get the free memory information.
|
static Long |
PipeMemory.lookupMax(IChannel channel)
Get the max memory information.
|
static Long |
PipeMemory.lookupTotal(IChannel channel)
Get the total memory information.
|
static Map<String,Object> |
PipeModel.recover(IChannel channel)
Recover the model from channel.
|
| Modifier and Type | Method and Description |
|---|---|
static IPlugin |
PipePlugin.lookup(IChannel channel)
Recover plugin from channel.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IChannel.get(String key,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ChannelImpl.get(String key,
Class<T> type) |
Copyright © 2016. All rights reserved.