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