| java.util.Vector com.ice.cvsc.CVSEntryVector
CVSEntryVector | public class CVSEntryVector extends Vector (Code) | | The CVSEntryVector class subclasses Vector to specifically
handle CVSEntry ocjects. This subclass adds several convenience
methods for adding and retrieving CVSEntry objects quickly.
version: $Revision: 2.3 $ author: Timothy Gerard Endres, time@ice.com. See Also: CVSClient See Also: CVSProject |
traceLocate | public static boolean traceLocate(Code) | | |
traceLocatePath | public static boolean traceLocatePath(Code) | | |
CVSEntryVector | public CVSEntryVector()(Code) | | |
CVSEntryVector | public CVSEntryVector(int initCap)(Code) | | |
CVSEntryVector | public CVSEntryVector(int initCap, int capIncr)(Code) | | |
isDirty | public boolean isDirty()(Code) | | Check to see if any entries in this vector are dirty.
If any entry is dirty, returns true, else false. |
locateEntry | public CVSEntry locateEntry(String name)(Code) | | Locate an entry in this entry vector with the given name.
Parameters: name - The entry's name (without any path). The entry corresponding to name, or null if not found. |
removeAllEntries | public void removeAllEntries()(Code) | | |
setDirty | public void setDirty(boolean dirty)(Code) | | Check to see if any entries in this vector are dirty.
If any entry is dirty, returns true, else false. |
|
|