|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use jTclChannelType | |
|---|---|
| org.jenkinsci.plugins.tcl.interpreter | |
| Uses of jTclChannelType in org.jenkinsci.plugins.tcl.interpreter |
|---|
| Methods in org.jenkinsci.plugins.tcl.interpreter that return jTclChannelType | |
|---|---|
jTclChannelType |
jTclChannel.getType()
|
static jTclChannelType |
jTclChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static jTclChannelType[] |
jTclChannelType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jenkinsci.plugins.tcl.interpreter with parameters of type jTclChannelType | |
|---|---|
void |
jTclTTY.setIOChannel(jTclChannelType type,
tcl.lang.channel.Channel channel)
Overwrite default(std) IO channel |
| Constructors in org.jenkinsci.plugins.tcl.interpreter with parameters of type jTclChannelType | |
|---|---|
jTclChannel(String name,
jTclChannelType type,
InputStream input)
|
|
jTclChannel(String name,
jTclChannelType type,
OutputStream output)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||