| Package | Description |
|---|---|
| org.netbeans.lib.cvsclient | |
| org.netbeans.lib.cvsclient.connection |
| Modifier and Type | Method and Description |
|---|---|
static CVSRoot |
CVSRoot.parse(Properties props)
Construct CVSRoot from Properties object.
|
static CVSRoot |
CVSRoot.parse(String cvsroot)
Parse the CVSROOT string into CVSRoot object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CVSRoot.getCompatibilityLevel(CVSRoot compared)
With this method it is possible to compare how close two CVSRoots are to
each other.
|
| Modifier and Type | Method and Description |
|---|---|
static Connection |
ConnectionFactory.getConnection(CVSRoot root)
Returns a Connection object to handle the specific CVSRoot specification.
|
| Constructor and Description |
|---|
PServerConnection(CVSRoot cvsRoot)
Create PServerConnection and setup it's properties from the supplied
CVSRoot object.
|
PServerConnection(CVSRoot cvsRoot,
SocketFactory factory)
Create PServerConnection and setup it's properties from the supplied
CVSRoot object.
|
SSHConnection(CVSRoot root,
ConnectionIdentity connectionIdentity)
Creates new SSH connection object.
|
Copyright © 2013. All rights reserved.