Class CVSEntry
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CVSEntry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a file to the CVSEntryvoid
Adds 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 CVSEntryvoid
Sets the author of the CVSEntrytoString()
Gets a String containing author, date, files and comment
-
Constructor Details
-
CVSEntry
-
-
Method Details
-
addFile
-
addFile
-
getDate
-
setAuthor
Sets the author of the CVSEntry- Parameters:
author
- the author
-
getAuthor
-
getComment
-
getFiles
Gets the files in this CVSEntry- Returns:
- the files
-
toString
-