org.apache.tools.ant.taskdefs.cvslib
public class CVSEntry extends Object
Constructor Summary | |
---|---|
CVSEntry(Date date, String author, String comment)
Creates a new instance of a CVSEntry |
Method Summary | |
---|---|
void | addFile(String file, String revision)
Adds a file to the CVSEntry |
void | addFile(String file, String revision, String previousRevision)
Adds a file to the CVSEntry |
String | getAuthor()
Gets the author of the CVSEntry |
String | getComment()
Gets the comment for the CVSEntry |
Date | getDate()
Gets the date of the CVSEntry |
Vector | getFiles()
Gets the files in this CVSEntry |
void | setAuthor(String author)
Sets the author of the CVSEntry |
String | toString()
Gets a String containing author, date, files and comment |
Parameters: date the date author the author comment a comment to be added to the revision
Parameters: file the file to add revision the revision
Parameters: file the file to add revision the revision previousRevision the previous revision
Returns: the author
Returns: the comment
Returns: the date
Returns: the files
Parameters: author the author
Returns: a string representation of this CVSEntry