|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Entry in org.netbeans.lib.cvsclient |
---|
Methods in org.netbeans.lib.cvsclient that return Entry | |
---|---|
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. |
Methods in org.netbeans.lib.cvsclient with parameters of type Entry | |
---|---|
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. |
Uses of Entry in org.netbeans.lib.cvsclient.admin |
---|
Methods in org.netbeans.lib.cvsclient.admin that return Entry | |
---|---|
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 |
Methods in org.netbeans.lib.cvsclient.admin with parameters of type Entry | |
---|---|
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. |
Uses of Entry in org.netbeans.lib.cvsclient.command |
---|
Methods in org.netbeans.lib.cvsclient.command with parameters of type Entry | |
---|---|
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. |
Uses of Entry in org.netbeans.lib.cvsclient.command.edit |
---|
Methods in org.netbeans.lib.cvsclient.command.edit with parameters of type Entry | |
---|---|
protected void |
EditCommand.addRequestForFile(java.io.File file,
Entry entry)
|
Uses of Entry in org.netbeans.lib.cvsclient.command.remove |
---|
Methods in org.netbeans.lib.cvsclient.command.remove with parameters of type Entry | |
---|---|
protected void |
RemoveCommand.sendEntryAndModifiedRequests(Entry entry,
java.io.File file)
|
Uses of Entry in org.netbeans.lib.cvsclient.command.unedit |
---|
Methods in org.netbeans.lib.cvsclient.command.unedit with parameters of type Entry | |
---|---|
protected void |
UneditCommand.addRequestForFile(java.io.File file,
Entry entry)
|
Uses of Entry in org.netbeans.lib.cvsclient.command.update |
---|
Methods in org.netbeans.lib.cvsclient.command.update with parameters of type Entry | |
---|---|
protected void |
UpdateCommand.sendEntryAndModifiedRequests(Entry entry,
java.io.File file)
If getCleanCopy() returns true, the files will be treated
as not existing. |
Uses of Entry in org.netbeans.lib.cvsclient.request |
---|
Methods in org.netbeans.lib.cvsclient.request that return Entry | |
---|---|
Entry |
EntryRequest.getEntry()
|
Constructors in org.netbeans.lib.cvsclient.request with parameters of type Entry | |
---|---|
EntryRequest(Entry theEntry)
Create an EntryRequest |
Uses of Entry in org.netbeans.lib.cvsclient.response |
---|
Methods in org.netbeans.lib.cvsclient.response with parameters of type Entry | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |