public class ConnectionFactory extends 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(String cvsRoot)
Returns a Connection object to handle the specific CVSRoot specification.
|
static ConnectionIdentity |
getConnectionIdentity() |
public static ConnectionIdentity getConnectionIdentity()
public static Connection getConnection(String cvsRoot) throws IllegalArgumentException
IllegalArgumentException
public static Connection getConnection(CVSRoot root) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2016. All rights reserved.