|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.connection.ConnectionFactory
public class ConnectionFactory
Simple class for managing the mapping from CVSROOT specifications to Connection classes.
Constructor Summary | |
---|---|
protected |
ConnectionFactory()
Protected Constructor |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ConnectionFactory()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |