Uses of Class
org.jenkinsci.plugins.tcl.interpreter.jTclChannelType

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)
           
 



Copyright © 2004-2013. All Rights Reserved.