|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CVSEntry | |
com.ice.cvsc | Implements the CVS client/server protocol. |
com.ice.jcvsii | Implements a CVS client application on top of the com.ice.cvsc package. |
Uses of CVSEntry in com.ice.cvsc |
Methods in com.ice.cvsc that return CVSEntry | |
CVSEntry |
CVSRequest.getDirEntry()
|
CVSEntry |
CVSProject.getRootEntry()
|
CVSEntry |
CVSProject.getDirEntryForLocalDir(java.lang.String localDir)
Given a 'local directory' (in the protocol sense), get the corresponding directory CVSEntry. |
CVSEntry |
CVSProject.entryLineToEntry(java.lang.String entryLine)
|
CVSEntry |
CVSProject.createItemEntry(CVSResponseItem item)
|
CVSEntry |
CVSProject.locateEntry(java.lang.String fullPath)
|
CVSEntry |
CVSEntryVector.entryAt(int index)
|
CVSEntry |
CVSEntryVector.getEntryAt(int index)
|
CVSEntry |
CVSEntryVector.locateEntry(java.lang.String name)
Locate an entry in this entry vector with the given name. |
CVSEntry |
CVSEntry.locateEntry(java.lang.String name)
|
CVSEntry |
CVSEntry.ChildEvent.getCVSEntry()
|
CVSEntry |
CVSEntry.ChildEvent.getChildEntry()
|
Methods in com.ice.cvsc with parameters of type CVSEntry | |
void |
CVSRequest.setDirEntry(CVSEntry dirEntry)
|
java.io.File |
CVSRequest.getLocalFile(CVSEntry entry)
Returns the request's entry's local file. |
java.io.File |
CVSProject.getEntryFile(CVSEntry entry)
|
void |
CVSProject.establishNewDirSticky(CVSRequest request,
CVSEntry entry)
This methods deal with adding a new directory which is not yet in the repository, and yet, whose parent directory has a sticky tag set. |
java.io.File |
CVSProject.getLocalEntryFile(CVSEntry entry)
|
void |
CVSProject.addNewEntry(CVSEntry entry)
|
void |
CVSProject.updateEntriesItem(CVSEntry newEntry)
Given an entry, update the entry in our project. |
CVSEntryVector |
CVSProject.readEntriesFile(CVSEntry dirEntry,
java.io.File workingDirectory)
|
boolean |
CVSProject.isLocalFileModified(CVSEntry entry)
|
void |
CVSProject.pruneEmptySubDirs(CVSEntry parent)
|
boolean |
CVSProject.checkOverwrite(CVSEntry entry,
java.io.File file)
|
boolean |
CVSProject.updateLocalFile(CVSResponseItem item,
CVSEntry entry,
java.io.File localFile)
|
java.lang.StringBuffer |
CVSProject.dumpEntry(java.lang.StringBuffer buf,
java.lang.String prefix,
CVSEntry dirEntry)
|
void |
CVSEntryVector.appendEntry(CVSEntry entry)
|
void |
CVSEntry.appendEntry(CVSEntry entry)
|
boolean |
CVSEntry.removeEntry(CVSEntry entry)
|
static int |
CVSCUtilities.computeTranslation(CVSEntry entry)
|
boolean |
CVSClient.sendEntryRepository(CVSRequest request,
CVSEntry entry)
This method is used to send the 'Directory' command before an entry is sent, to set the "context" of the entry (i.e., the entry's directory). |
boolean |
CVSClient.sendModified(CVSRequest request,
CVSEntry entry,
java.io.File entryFile,
boolean empty,
int trans)
|
boolean |
CVSClient.sendLostEntry(CVSRequest request,
CVSEntry entry,
boolean useUnchanged)
|
boolean |
CVSClient.sendUnchangedEntry(CVSRequest request,
CVSEntry entry,
boolean useUnchanged)
|
boolean |
CVSClient.sendCVSEntry(CVSRequest request,
CVSEntry entry,
java.io.File entryFile)
|
boolean |
CVSClient.sendSticky(CVSRequest request,
CVSEntry entry)
|
boolean |
CVSClient.sendStatic(CVSRequest request,
CVSEntry entry)
|
boolean |
CVSClient.sendFileRaw(CVSEntry entry,
java.io.File entryFile,
boolean useGzipFile)
|
boolean |
CVSClient.sendFileAscii(CVSEntry entry,
java.io.File entryFile,
boolean gzipFileMode)
|
Constructors in com.ice.cvsc with parameters of type CVSEntry | |
CVSEntry.ChildEvent(int index,
CVSEntry child)
The source is the CVSEntry that parent's the child. |
Uses of CVSEntry in com.ice.jcvsii |
Fields in com.ice.jcvsii declared as CVSEntry | |
protected CVSEntry |
EntryTreeRenderer.entry
|
protected CVSEntry |
EntryNode.entry
|
Methods in com.ice.jcvsii that return CVSEntry | |
CVSEntry |
ProjectFrame.toCVSEntry(java.io.File f)
Given a local file, return a CVSEntry describing it. |
CVSEntry |
EntryTreeRenderer.getEntry()
|
CVSEntry |
EntryNode.getEntry()
Returns this node's CVSEntry. |
Methods in com.ice.jcvsii with parameters of type CVSEntry | |
void |
NewFilesDialog.refreshFileList(java.io.File dirF,
CVSEntry dirEntry)
|
void |
EntryTreeRenderer.setEntry(CVSEntry entry)
|
void |
EntryPanel.setTreeEntries(CVSEntry root)
|
Constructors in com.ice.jcvsii with parameters of type CVSEntry | |
EntryRootNode(CVSEntry entry,
java.lang.String rootPath)
|
|
EntryPanel(CVSEntry rootEntry,
java.lang.String localRoot,
java.awt.event.ActionListener popupListener)
|
|
EntryNode(CVSEntry entry)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |