|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CVSEntryVector | |
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 CVSEntryVector in com.ice.cvsc |
Methods in com.ice.cvsc that return CVSEntryVector | |
CVSEntryVector |
CVSRequest.getEntries()
Returns the request's entry list as a vector. |
CVSEntryVector |
CVSProject.readEntriesFile(CVSEntry dirEntry,
java.io.File workingDirectory)
|
CVSEntryVector |
CVSEntry.getEntryList()
|
Methods in com.ice.cvsc with parameters of type CVSEntryVector | |
void |
CVSRequest.setEntries(CVSEntryVector entries)
Sets the request's entry list. |
void |
CVSProject.addEntryNotify(CVSEntryVector entries,
java.lang.String type,
java.lang.String options)
|
boolean |
CVSProject.writeAdminEntriesFile(java.io.File entriesFile,
CVSEntryVector entries)
|
void |
CVSEntry.setDirectoryEntryList(CVSEntryVector entryList)
This method will make this entry a directory entry and establish its entry list with the list passed in the parameter. |
void |
CVSEntry.addFileEntries(CVSEntryVector vector)
Adds all of the file entries in this directory entry to the vector supplied. |
void |
CVSEntry.addAllSubTreeEntries(CVSEntryVector vector)
Adds all of the file entries in this directory entry, as well as every file entry in every subdirectory entry recursively. |
Uses of CVSEntryVector in com.ice.jcvsii |
Methods in com.ice.jcvsii that return CVSEntryVector | |
protected CVSEntryVector |
ProjectFrame.getSelectedEntries(boolean expandDirEntries)
Get the currently selected entries. |
CVSEntryVector |
ProjectFrame.getEntriesToActUpon(int selector)
|
CVSEntryVector |
ProjectFrame.getNewlyAddedFiles()
|
CVSEntryVector |
ProjectFrame.getUserSelectedFile()
|
Methods in com.ice.jcvsii with parameters of type CVSEntryVector | |
boolean |
ImportPanel.importScan(java.lang.String repository,
java.lang.String module,
java.lang.String importPath,
boolean descend,
CVSEntryVector entries,
CVSIgnore ignore,
CVSEntryVector binEntries,
CVSIgnore binaries)
|
boolean |
ImportPanel.importScan(java.lang.String repository,
java.lang.String module,
java.lang.String importPath,
boolean descend,
CVSEntryVector entries,
CVSIgnore ignore,
CVSEntryVector binEntries,
CVSIgnore binaries)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |