| Package | Description |
|---|---|
| org.netbeans.lib.cvsclient | |
| org.netbeans.lib.cvsclient.admin |
| Modifier and Type | Method and Description |
|---|---|
AdminHandler |
Client.getAdminHandler()
Get the admin handler uesd to read and write administrative information
about files on the local machine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.setAdminHandler(AdminHandler adminHandler)
Set the admin handler used to read and write administrative information
about files on the local machine.
|
| Constructor and Description |
|---|
Client(Connection connection,
AdminHandler adminHandler)
Construct a Client using a given connection and file handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardAdminHandler
A handler for administrative information that maintains full compatibility
with the one employed by the original C implementation of a CVS client.
|