com.atlassian.bamboo.repository.cvsimpl
Class ConnectionFactory
java.lang.Object
com.atlassian.bamboo.repository.cvsimpl.ConnectionFactory
public class ConnectionFactory
- extends Object
Simple class for managing the mapping from CVSROOT specifications to Connection classes. This is the javacvs
ConnectionFactory customised to return ExtConnections.
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 |
ConnectionFactory
public ConnectionFactory()
getConnection
public static org.netbeans.lib.cvsclient.connection.Connection getConnection(org.netbeans.lib.cvsclient.CVSRoot root)
throws IllegalArgumentException
- Returns a Connection object to handle the specific CVSRoot specification.
- Throws:
IllegalArgumentException
- If it cannot find a suitable connection
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.