Class CVSEntry
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CVSEntry
- 
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- 
CVSEntry
 
- 
- 
Method Details- 
addFile
- 
addFile
- 
getDate
- 
setAuthorSets the author of the CVSEntry- Parameters:
- author- the author
 
- 
getAuthor
- 
getComment
- 
getFilesGets the files in this CVSEntry- Returns:
- the files
 
- 
toString
 
-