g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.core.portforward.ForwardType

Packages that use ForwardType
eu.geclipse.core.portforward   
 

Uses of ForwardType in eu.geclipse.core.portforward
 

Methods in eu.geclipse.core.portforward that return ForwardType
 ForwardType IForward.getType()
          Type of the port forward (either LOCAL or REMOTE).
 ForwardType Forward.getType()
           
static ForwardType ForwardType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ForwardType[] ForwardType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in eu.geclipse.core.portforward with parameters of type ForwardType
 void Forward.setType(ForwardType type)
          Sets the type of forward (LOCAL or REMOTE).
 

Constructors in eu.geclipse.core.portforward with parameters of type ForwardType
Forward(ForwardType type, int bindPort, java.lang.String hostname, int port)
          Creates a new forward.
 


g-Eclipse
Release 1.0.0