Class CvsTagEntry
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CvsTagEntry
- 
Constructor SummaryConstructorsConstructorDescriptionCvsTagEntry(String filename) Creates a new CvsTagEntryCvsTagEntry(String filename, String revision) Creates a new CvsTagEntryCvsTagEntry(String filename, String revision, String prevRevision) Creates a new CvsTagEntry
- 
Method Summary
- 
Constructor Details- 
CvsTagEntryCreates a new CvsTagEntry- Parameters:
- filename- the filename to add
 
- 
CvsTagEntry
- 
CvsTagEntry
 
- 
- 
Method Details- 
getFile
- 
getRevision
- 
getPreviousRevisionGets the previous revision for this CvsTagEntry- Returns:
- the previous revision
 
- 
toString
 
-