|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.core.pipes.plugin.PipePlugin
public final class PipePlugin
Bind a plugin as input information.
| Field Summary | |
|---|---|
static String |
PLUGIN
Configuration. |
| Method Summary | |
|---|---|
static IChannel |
bind(IChannel channel,
IPlugin obj)
Bind the object to the channel. |
static IPlugin |
lookup(IChannel channel)
Recover plugin from channel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PLUGIN
| Method Detail |
|---|
public static IChannel bind(IChannel channel,
IPlugin obj)
channel - The channel.obj - The object.
public static IPlugin lookup(IChannel channel)
throws NotFoundException,
InvalidTypeException
channel - The channel.
NotFoundException - On lookup errors.
InvalidTypeException - On type errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||