allensoft.javacvs.client
Interface CVSConnectionManager

All Known Implementing Classes:
DefaultConnectionManager

public interface CVSConnectionManager

Creates connections to CVS servers for a given repository location.


Method Summary
 CVSConnection createConnection(CVSClient client, RepositoryLocation location, LoginManager loginManager)
          Creates a connection for the specified repository location.
 

Method Detail

createConnection

public CVSConnection createConnection(CVSClient client,
                                      RepositoryLocation location,
                                      LoginManager loginManager)
                               throws CVSConnectionException
Creates a connection for the specified repository location. If a login is required then use the supplied login manager to get the login details from the user.