| |
|
| java.lang.Object org.acm.seguin.version.VersionControlCache
VersionControlCache | public class VersionControlCache (Code) | | Cache of files - so that it doesn't take so long to get the menu
author: Chris Seguin |
ADD | final public static int ADD(Code) | | Description of the Field
|
ADD_PROGRESS | final public static int ADD_PROGRESS(Code) | | Description of the Field
|
CHECK_IN | final public static int CHECK_IN(Code) | | Description of the Field
|
CHECK_IN_PROGRESS | final public static int CHECK_IN_PROGRESS(Code) | | Description of the Field
|
CHECK_OUT | final public static int CHECK_OUT(Code) | | Description of the Field
|
CHECK_OUT_PROGRESS | final public static int CHECK_OUT_PROGRESS(Code) | | Description of the Field
|
VersionControlCache | protected VersionControlCache()(Code) | | Constructor for the VersionControlCache object
|
add | public void add(String filename, int type)(Code) | | Add to the cache
Parameters: filename - the name of the file Parameters: type - the state |
isInCache | public boolean isInCache(String filename)(Code) | | Looks up a file in the cache
Parameters: filename - Description of Parameter The InCache value |
lookup | public int lookup(String filename)(Code) | | Looks up a file in the cache
Parameters: filename - Description of Parameter Description of the Returned Value |
|
|
|