| Package | Description |
|---|---|
| org.netbeans.lib.cvsclient | |
| org.netbeans.lib.cvsclient.connection |
| Modifier and Type | Method and Description |
|---|---|
static CVSRoot |
CVSRoot.parse(java.util.Properties props)
Construct CVSRoot from Properties object.
|
static CVSRoot |
CVSRoot.parse(java.lang.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,
javax.net.SocketFactory factory)
Create PServerConnection and setup it's properties from the supplied
CVSRoot object.
|