org.apache.tools.ant.taskdefs.cvslibClass CVSEntry
- java.lang.Object
- org.apache.tools.ant.taskdefs.cvslib.CVSEntry
public class CVSEntry extends java.lang.ObjectCVS Entry.
Constructor Summary
Constructors Constructor and Description CVSEntry(java.util.Date date, java.lang.String author, java.lang.String comment)Creates a new instance of a CVSEntry
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidaddFile(java.lang.String file, java.lang.String revision)Adds a file to the CVSEntryvoidaddFile(java.lang.String file, java.lang.String revision, java.lang.String previousRevision)Adds a file to the CVSEntryjava.lang.StringgetAuthor()Gets the author of the CVSEntryjava.lang.StringgetComment()Gets the comment for the CVSEntryjava.util.DategetDate()Gets the date of the CVSEntryjava.util.VectorgetFiles()Gets the files in this CVSEntryvoidsetAuthor(java.lang.String author)Sets the author of the CVSEntryjava.lang.StringtoString()Gets a String containing author, date, files and comment
Constructor Detail
CVSEntry
public CVSEntry(java.util.Date date, java.lang.String author, java.lang.String comment)Creates a new instance of a CVSEntry
- Parameters:
date- the dateauthor- the authorcomment- a comment to be added to the revision
Method Detail
addFile
public void addFile(java.lang.String file, java.lang.String revision)Adds a file to the CVSEntry
- Parameters:
file- the file to addrevision- the revision
addFile
public void addFile(java.lang.String file, java.lang.String revision, java.lang.String previousRevision)Adds a file to the CVSEntry
- Parameters:
file- the file to addrevision- the revisionpreviousRevision- the previous revision
getDate
public java.util.Date getDate()Gets the date of the CVSEntry
- Returns:
- the date
setAuthor
public void setAuthor(java.lang.String author)Sets the author of the CVSEntry
- Parameters:
author- the author
getAuthor
public java.lang.String getAuthor()Gets the author of the CVSEntry
- Returns:
- the author
getComment
public java.lang.String getComment()Gets the comment for the CVSEntry
- Returns:
- the comment
getFiles
public java.util.Vector getFiles()Gets the files in this CVSEntry
- Returns:
- the files
toString
public java.lang.String toString()Gets a String containing author, date, files and comment
- Overrides:
toStringin classjava.lang.Object- Returns:
- a string representation of this CVSEntry