allensoft.javacvs.client
Class CVSConnectionMethod

java.lang.Object
  |
  +--allensoft.javacvs.client.CVSConnectionMethod

public final class CVSConnectionMethod
extends java.lang.Object

Defines the possible types of connection methods.


Field Summary
static CVSConnectionMethod EXT
           
static CVSConnectionMethod LOCAL
           
static CVSConnectionMethod PSERVER
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOCAL

public static final CVSConnectionMethod LOCAL

PSERVER

public static final CVSConnectionMethod PSERVER

EXT

public static final CVSConnectionMethod EXT
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object