|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--allensoft.javacvs.client.DefaultConnectionManager
|
+--allensoft.javacvs.client.ui.swing.BrowserConnectionManager
Connection manger that displays a dialog asking user how to connect to ext repository locations when this has not been defined before.
| Inner classes inherited from class allensoft.javacvs.client.DefaultConnectionManager |
DefaultConnectionManager.ConnectionInstantiator |
| Constructor Summary | |
BrowserConnectionManager()
|
|
| Method Summary | |
CVSConnection |
createConnection(CVSClient client,
RepositoryLocation location,
LoginManager loginManager)
Creates a connection for the specified repository location. |
protected RepositoryDetails |
getRepositoryDetailsForExtConnection(RepositoryLocation location)
Gets the repository details for the supplied location. |
void |
setParentFrame(java.awt.Frame frame)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BrowserConnectionManager()
| Method Detail |
public CVSConnection createConnection(CVSClient client,
RepositoryLocation location,
LoginManager loginManager)
throws CVSConnectionException
DefaultConnectionManagercreateConnection in class DefaultConnectionManagerpublic void setParentFrame(java.awt.Frame frame)
protected RepositoryDetails getRepositoryDetailsForExtConnection(RepositoryLocation location)
throws CVSConnectionException
DefaultConnectionManagerRepositoryDetails.get(location). However, subclasses may like to define
a different behaviour. For example, if details have not yet been defined then may be in the case of a GUI interface
it would be nice to ask the user to decide how they want to connect.getRepositoryDetailsForExtConnection in class DefaultConnectionManagerallensoft.javacvs.client.DefaultConnectionManager
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||