|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.acmsl.antmake.CvsEntry
Models CVS entries.
org.apache.tools.ant.taskdefs.cvslib.CVSEntry
Constructor Summary | |
CvsEntry(java.util.Date date,
java.lang.String author,
java.lang.String comment)
Creates a CvsEntry with given information. |
Method Summary | |
void |
add(RcsFile rcsFile)
Adds a new RCS file. |
void |
add(java.lang.String name,
java.lang.String revision)
Adds a new file. |
void |
add(java.lang.String name,
java.lang.String revision,
java.lang.String previousRevision)
Adds a new file. |
java.lang.String |
getAuthor()
Retrieves the author. |
java.lang.String |
getComment()
Retrieves the comment. |
java.util.Date |
getDate()
Retrieves the date. |
java.util.Collection |
getRcsFiles()
Retrieves the file collection. |
protected void |
setAuthor(java.lang.String author)
Specifies the author. |
protected void |
setComment(java.lang.String comment)
Specifies the comment. |
protected void |
setDate(java.util.Date date)
Specifies the date. |
protected void |
setRcsFiles(java.util.Collection collection)
Specifies the file collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CvsEntry(java.util.Date date, java.lang.String author, java.lang.String comment)
date
- the date.author
- the author.comment
- the comment.Method Detail |
protected void setDate(java.util.Date date)
date
- the date.public java.util.Date getDate()
protected void setAuthor(java.lang.String author)
author
- the author.public java.lang.String getAuthor()
protected void setComment(java.lang.String comment)
comment
- the comment.public java.lang.String getComment()
protected void setRcsFiles(java.util.Collection collection)
collection
- such collection.public java.util.Collection getRcsFiles()
public void add(RcsFile rcsFile)
rcsFile
- the file to add.public void add(java.lang.String name, java.lang.String revision)
name
- the file name.revision
- the file revision.public void add(java.lang.String name, java.lang.String revision, java.lang.String previousRevision)
name
- the file name.revision
- the file revision.previousRevision
- the previous revision.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |