Modifier and Type | Field and Description |
---|---|
private String | |
private final String | |
private Date | |
private final Vector |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public void | |
public String | |
public String | |
public Date | |
public Vector | |
public void | |
public String | Returns: a string representation of this CVSEntryOverrides java. |
author | back to summary |
---|---|
private String author |
comment | back to summary |
---|---|
private final String comment |
date | back to summary |
---|---|
private Date date |
files | back to summary |
---|---|
private final Vector<RCSFile> files |
CVSEntry | back to summary |
---|---|
public CVSEntry(final Date date, final String author, final String comment) Creates a new instance of a CVSEntry |
addFile | back to summary |
---|---|
public void addFile(final String file, final String revision) Adds a file to the CVSEntry |
addFile | back to summary |
---|---|
public void addFile(final String file, final String revision, final String previousRevision) Adds a file to the CVSEntry |
getAuthor | back to summary |
---|---|
public String getAuthor() Gets the author of the CVSEntry
|
getComment | back to summary |
---|---|
public String getComment() Gets the comment for the CVSEntry
|
getDate | back to summary |
---|---|
public Date getDate() Gets the date of the CVSEntry
|
getFiles | back to summary |
---|---|
public Vector Gets the files in this CVSEntry |
setAuthor | back to summary |
---|---|
public void setAuthor(final String author) Sets the author of the CVSEntry
|
toString | back to summary |
---|---|
public String toString() Overrides java. Gets a String containing author, date, files and comment |