| |
|
| java.lang.Object com.ice.cvsc.CVSResponse
CVSResponse | public class CVSResponse extends Object (Code) | | The CVSResponse class encapsulates a CVS server's response to
a request. The response will contain a list of the server's
response lines, as well as all downloaded files (which are
stored in temporary files). Once you are finished with a
CVSResponse it is important to call the
deleteTempFile() method of the reponse object,
or temporary files will go undeleted and populate the local
temp directory.
version: $Revision: 2.3 $ author: Timothy Gerard Endres, time@ice.com. See Also: CVSClient See Also: CVSRequest |
ERROR | final public static int ERROR(Code) | | |
OK | final public static int OK(Code) | | |
CVSResponse | public CVSResponse()(Code) | | |
deleteTempFiles | public boolean deleteTempFiles()(Code) | | |
getStatus | public int getStatus()(Code) | | |
isValid | public boolean isValid()(Code) | | |
itemTypeCount | public int itemTypeCount(int type)(Code) | | |
setStatus | public void setStatus(int status)(Code) | | |
setValid | public void setValid(boolean valid)(Code) | | |
|
|
|