public class ConnectionFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Connection |
getConnection(CVSRoot root)
Returns a Connection object to handle the specific CVSRoot
specification.
|
static Connection |
getConnection(java.lang.String cvsRoot)
Returns a Connection object to handle the specific CVSRoot
specification.
|
public static Connection getConnection(java.lang.String cvsRoot) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic static Connection getConnection(CVSRoot root) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException