| java.lang.Object com.ice.cvsc.CVSProjectDef
CVSProjectDef | public class CVSProjectDef extends Object (Code) | | CVSEntry implements the concept of a CVS Entry. Traditionally,
a CVS Entry is a line in an 'Entries' file in a 'CVS' admin
directory. A CVSEntry represents a CVS file that is checked
in or being checked in.
CVSEntry objects contain all of the relavent information about
a CVS file, such as its name, check-out time, modification status,
local pathname, repository, etc.
version: $Revision: 2.4 $ author: Timothy Gerard Endres, time@ice.com. See Also: CVSClient See Also: CVSProject See Also: CVSEntryVector |
getConnectMethod | public synchronized int getConnectMethod()(Code) | | |
getConnectMethodString | public synchronized String getConnectMethodString()(Code) | | |
getRepository | public synchronized String getRepository()(Code) | | |
getRootDirectory | public synchronized String getRootDirectory()(Code) | | |
getRootDirectorySpec | public String getRootDirectorySpec()(Code) | | |
isPServer | public synchronized boolean isPServer()(Code) | | |
isSSHServer | public synchronized boolean isSSHServer()(Code) | | |
isValid | public synchronized boolean isValid()(Code) | | |
parseRootDirectory | public synchronized boolean parseRootDirectory(String specification, String repos)(Code) | | |
|
|