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 |
---|---|
protected void |
BasicCommand.addRequestForFile(java.io.File file,
Entry entry)
This method is called for each explicit file and for files within a
directory.
|
protected void |
BasicCommand.sendEntryAndModifiedRequests(Entry entry,
java.io.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(java.io.File file,
Entry entry) |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoveCommand.sendEntryAndModifiedRequests(Entry entry,
java.io.File file) |
Modifier and Type | Method and Description |
---|---|
protected void |
UneditCommand.addRequestForFile(java.io.File file,
Entry entry) |
Modifier and Type | Method and Description |
---|---|
protected void |
UpdateCommand.sendEntryAndModifiedRequests(Entry entry,
java.io.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(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.
|
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.