public class ConnectionFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ConnectionFactory()
Protected Constructor
|
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.IllegalArgumentException
public static Connection getConnection(CVSRoot root) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.