|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.core.pipes.PipeInput
public final class PipeInput
Add input information to the channel.
| Field Summary | |
|---|---|
static String |
INPUT
Configuration. |
| Method Summary | |
|---|---|
static IChannel |
bind(IChannel channel,
String obj)
Bind the object to the channel. |
static String |
lookup(IChannel channel)
Get the input 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 INPUT
| Method Detail |
|---|
public static IChannel bind(IChannel channel,
String obj)
channel - The channel.obj - The object.
public static String lookup(IChannel channel)
throws NotFoundException,
InvalidTypeException
channel - The channel.
NotFoundException - On lookup errors.
InvalidTypeException - On type error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||