|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.repository.cvsimpl.ConnectionFactory
public class ConnectionFactory
Simple class for managing the mapping from CVSROOT specifications to Connection classes. This is the javacvs ConnectionFactory customised to return ExtConnections.
Constructor Summary | |
---|---|
ConnectionFactory()
|
Method Summary | |
---|---|
static org.netbeans.lib.cvsclient.connection.Connection |
getConnection(org.netbeans.lib.cvsclient.CVSRoot root)
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 |
---|
public ConnectionFactory()
Method Detail |
---|
public static org.netbeans.lib.cvsclient.connection.Connection getConnection(org.netbeans.lib.cvsclient.CVSRoot root) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- If it cannot find a suitable connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |