Modifier and Type | Method and Description |
---|---|
Entry |
ClientServices.getEntry(File file)
Get the Entry for the specified file, if one exists.
|
Entry |
Client.getEntry(File f)
Get the Entry for the specified file, if one exists.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Entry> |
ClientServices.getEntries(File directory)
Get the entries for a specified directory.
|
Iterator<Entry> |
Client.getEntries(File directory)
Get the entries for a specified directory.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.setEntry(File file,
Entry entry)
Set the Entry for the specified file.
|
void |
ClientServices.updateAdminData(String localDirectory,
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(String localDirectory,
String repositoryPath,
Entry entry)
Create or update the administration files for a particular file.
|
Modifier and Type | Method and Description |
---|---|
Entry[] |
StandardAdminHandler.getEntriesAsArray(File directory)
Get the entries for a specified directory.
|
Entry |
AdminHandler.getEntry(File file)
Get the Entry for the specified file, if one exists
|
Entry |
StandardAdminHandler.getEntry(File file)
Get the Entry for the specified file, if one exists
|
Modifier and Type | Method and Description |
---|---|
Iterator<Entry> |
AdminHandler.getEntries(File directory)
Get the entries for a specified directory.
|
Iterator<Entry> |
StandardAdminHandler.getEntries(File directory)
Get the entries for a specified directory.
|
Modifier and Type | Method and Description |
---|---|
void |
AdminHandler.setEntry(File file,
Entry entry)
Set the Entry for the specified file
|
void |
StandardAdminHandler.setEntry(File file,
Entry entry)
Set the Entry for the specified file
|
void |
AdminHandler.updateAdminData(String localDirectory,
String repositoryPath,
Entry entry,
GlobalOptions globalOptions)
Create or update the administration files for a particular file.
|
void |
StandardAdminHandler.updateAdminData(String localDirectory,
String repositoryPath,
Entry entry,
GlobalOptions globalOptions)
Create or update the administration files for a particular file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicCommand.addRequestForFile(File file,
Entry entry)
This method is called for each explicit file and for files within a
directory.
|
protected void |
BasicCommand.sendEntryAndModifiedRequests(Entry entry,
File file)
Send an Entry followed by a Modified or Unchanged request based on
whether the file has been untouched on the local machine.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EditCommand.addRequestForFile(File file,
Entry entry) |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoveCommand.sendEntryAndModifiedRequests(Entry entry,
File file) |
Modifier and Type | Method and Description |
---|---|
protected void |
UneditCommand.addRequestForFile(File file,
Entry entry) |
Modifier and Type | Method and Description |
---|---|
protected void |
UpdateCommand.sendEntryAndModifiedRequests(Entry entry,
File file)
If
getCleanCopy() returns true, the files will be treated as
not existing. |
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(File f,
Entry e)
Set the Entry for the specified file
|
void |
ResponseServices.updateAdminData(String localDirectory,
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.
|
Copyright © 2016. All rights reserved.