|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.utoronto.JCVSReport.cvsPlugin.History
History is a container class for a single CVS history record.
A CVS history record follows the following general format:
CODE DATE USER [REVISION] [FILE] PATH == LOCAL_PATH
Constructor Summary | |
History()
|
Method Summary | |
boolean |
equals(History other)
Compare this History object to the other History object. |
String |
getFile()
|
String |
getOperation()
|
String |
getPath()
|
String |
getQualifiedFilename()
|
String |
getRevision()
|
Timestamp |
getTimestamp()
|
String |
getUser()
|
int |
hashCode()
hashCode. |
void |
setFile(String file)
|
void |
setOperation(String operation)
|
void |
setPath(String path)
|
void |
setRevision(String revision)
|
void |
setTimestamp(Timestamp timestamp)
|
void |
setUser(String user)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public History()
Method Detail |
public String getOperation()
public void setOperation(String operation)
operation
- The operation to set.public String getFile()
public void setFile(String file)
file
- The file to set.public String getPath()
public void setPath(String path)
path
- The path to set.public String getRevision()
public void setRevision(String revision)
revision
- The revision to set.public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
timestamp
- The timestamp to set.public String getUser()
public void setUser(String user)
user
- The user to set.public String getQualifiedFilename()
public String toString()
public boolean equals(History other)
other
- History object to compare
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |