| Package | Description |
|---|---|
| org.netbeans.lib.cvsclient | |
| org.netbeans.lib.cvsclient.admin | |
| org.netbeans.lib.cvsclient.request | |
| org.netbeans.lib.cvsclient.response |
| Modifier and Type | Method and Description |
|---|---|
Entry |
ClientServices.getEntry(java.io.File file)
Get the Entry for the specified file, if one exists.
|
Entry |
Client.getEntry(java.io.File f)
Get the Entry for the specified file, if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.setEntry(java.io.File file,
Entry entry)
Set the Entry for the specified file.
|
void |
ClientServices.updateAdminData(java.lang.String localDirectory,
java.lang.String repositoryPath,
Entry entry)
Create or update the administration files for a particular file
This will create the CVS directory if necessary, and the
Root and Repository files if necessary.
|
void |
Client.updateAdminData(java.lang.String localDirectory,
java.lang.String repositoryPath,
Entry entry)
Create or update the administration files for a particular file.
|
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
StandardAdminHandler.getEntriesAsArray(java.io.File directory)
Get the entries for a specified directory.
|
Entry |
StandardAdminHandler.getEntry(java.io.File file)
Get the Entry for the specified file, if one exists
|
Entry |
AdminHandler.getEntry(java.io.File file)
Get the Entry for the specified file, if one exists
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardAdminHandler.setEntry(java.io.File file,
Entry entry)
Set the Entry for the specified file
|
void |
AdminHandler.setEntry(java.io.File file,
Entry entry)
Set the Entry for the specified file
|
void |
StandardAdminHandler.updateAdminData(java.lang.String localDirectory,
java.lang.String repositoryPath,
Entry entry,
GlobalOptions globalOptions)
Create or update the administration files for a particular file.
|
void |
AdminHandler.updateAdminData(java.lang.String localDirectory,
java.lang.String repositoryPath,
Entry entry,
GlobalOptions globalOptions)
Create or update the administration files for a particular file.
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
EntryRequest.getEntry() |
| Constructor and Description |
|---|
EntryRequest(Entry theEntry)
Create an EntryRequest
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseServices.setEntry(java.io.File f,
Entry e)
Set the Entry for the specified file
|
void |
ResponseServices.updateAdminData(java.lang.String localDirectory,
java.lang.String repositoryPath,
Entry entry)
Create or update the administration files for a particular file
This will create the CVS directory if necessary, and the
Root and Repository files if necessary.
|