com.ice.cvsc
Class CVSResponseItem
java.lang.Object
|
+--com.ice.cvsc.CVSResponseItem
- public class CVSResponseItem
- extends java.lang.Object
Encapsulates a single CVS server response item.
A response item has an ID indicating what the response was.
Some responses include parameters, and in some cases, files,
and the CVSReponseItem encapsulates these 'additional' data.
- Version:
- $Revision: 2.5 $
- Author:
- Timothy Gerard Endres, time@ice.com.
- See Also:
CVSClient
,
CVSRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RCS_ID
public static final java.lang.String RCS_ID
- See Also:
- Constant Field Values
RCS_REV
public static final java.lang.String RCS_REV
- See Also:
- Constant Field Values
CHECKED_IN
public static final int CHECKED_IN
- See Also:
- Constant Field Values
CHECKSUM
public static final int CHECKSUM
- See Also:
- Constant Field Values
CLEAR_STATIC_DIR
public static final int CLEAR_STATIC_DIR
- See Also:
- Constant Field Values
CLEAR_STICKY
public static final int CLEAR_STICKY
- See Also:
- Constant Field Values
COPY_FILE
public static final int COPY_FILE
- See Also:
- Constant Field Values
CREATED
public static final int CREATED
- See Also:
- Constant Field Values
MERGED
public static final int MERGED
- See Also:
- Constant Field Values
MODULE_EXPANSION
public static final int MODULE_EXPANSION
- See Also:
- Constant Field Values
NEW_ENTRY
public static final int NEW_ENTRY
- See Also:
- Constant Field Values
NOTIFIED
public static final int NOTIFIED
- See Also:
- Constant Field Values
PATCHED
public static final int PATCHED
- See Also:
- Constant Field Values
REMOVED
public static final int REMOVED
- See Also:
- Constant Field Values
REMOVE_ENTRY
public static final int REMOVE_ENTRY
- See Also:
- Constant Field Values
UPDATED
public static final int UPDATED
- See Also:
- Constant Field Values
UPDATE_EXISTING
public static final int UPDATE_EXISTING
- See Also:
- Constant Field Values
VALID_REQUESTS
public static final int VALID_REQUESTS
- See Also:
- Constant Field Values
SET_CHECKIN_PROG
public static final int SET_CHECKIN_PROG
- See Also:
- Constant Field Values
SET_STATIC_DIR
public static final int SET_STATIC_DIR
- See Also:
- Constant Field Values
SET_STICKY
public static final int SET_STICKY
- See Also:
- Constant Field Values
SET_UPDATE_PROG
public static final int SET_UPDATE_PROG
- See Also:
- Constant Field Values
GET_FULL_PATH
public static final int GET_FULL_PATH
- See Also:
- Constant Field Values
GET_ENTRIES_LINE
public static final int GET_ENTRIES_LINE
- See Also:
- Constant Field Values
GET_MODE_LINE
public static final int GET_MODE_LINE
- See Also:
- Constant Field Values
GET_NEW_NAME
public static final int GET_NEW_NAME
- See Also:
- Constant Field Values
GET_TAG_SPEC
public static final int GET_TAG_SPEC
- See Also:
- Constant Field Values
GET_PROGRAM
public static final int GET_PROGRAM
- See Also:
- Constant Field Values
GET_FILE
public static final int GET_FILE
- See Also:
- Constant Field Values
CVSResponseItem
public CVSResponseItem(int type)
getType
public int getType()
getAddState
public int getAddState()
setAddState
public void setAddState(int state)
isGZIPed
public boolean isGZIPed()
setGZIPed
public void setGZIPed(boolean isGZIPed)
isValid
public boolean isValid()
setValid
public void setValid(boolean valid)
getEntriesLine
public java.lang.String getEntriesLine()
setEntriesLine
public void setEntriesLine(java.lang.String line)
getModeLine
public java.lang.String getModeLine()
setModeLine
public void setModeLine(java.lang.String line)
getFile
public java.io.File getFile()
setFile
public void setFile(java.io.File file)
deleteFile
public boolean deleteFile()
getPathName
public java.lang.String getPathName()
setPathName
public void setPathName(java.lang.String pathName)
getRepositoryPath
public java.lang.String getRepositoryPath()
getRepositoryName
public java.lang.String getRepositoryName()
setRepositoryName
public void setRepositoryName(java.lang.String reposName)
getNewName
public java.lang.String getNewName()
setNewName
public void setNewName(java.lang.String name)
getProgram
public java.lang.String getProgram()
setProgram
public void setProgram(java.lang.String program)
getTagSpec
public java.lang.String getTagSpec()
setTagSpec
public void setTagSpec(java.lang.String tagspec)
getChecksum
public java.lang.String getChecksum()
setChecksum
public void setChecksum(java.lang.String sumStr)
getValidRequests
public java.lang.String getValidRequests()
setValidRequests
public void setValidRequests(java.lang.String requests)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.