Class CVSEntry
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CVSEntry
CVS Entry.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdds a file to the CVSEntryvoidAdds a file to the CVSEntryGets the author of the CVSEntryGets the comment for the CVSEntrygetDate()Gets the date of the CVSEntryVector<org.apache.tools.ant.taskdefs.cvslib.RCSFile>getFiles()Gets the files in this CVSEntryvoidSets the author of the CVSEntrytoString()Gets a String containing author, date, files and comment
- 
Constructor Details- 
CVSEntryCreates a new instance of a CVSEntry- Parameters:
- date- the date
- author- the author
- comment- a comment to be added to the revision
 
 
- 
- 
Method Details- 
addFileAdds a file to the CVSEntry- Parameters:
- file- the file to add
- revision- the revision
 
- 
addFileAdds a file to the CVSEntry- Parameters:
- file- the file to add
- revision- the revision
- previousRevision- the previous revision
 
- 
getDateGets the date of the CVSEntry- Returns:
- the date
 
- 
setAuthorSets the author of the CVSEntry- Parameters:
- author- the author
 
- 
getAuthorGets the author of the CVSEntry- Returns:
- the author
 
- 
getCommentGets the comment for the CVSEntry- Returns:
- the comment
 
- 
getFilesGets the files in this CVSEntry- Returns:
- the files
 
- 
toStringGets a String containing author, date, files and comment
 
-