Class CvsTagEntry
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CvsTagEntry
Holds the information of a line of rdiff
- 
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
 
- 
CvsTagEntryCreates a new CvsTagEntry- Parameters:
- filename- the filename to add
- revision- the revision
 
- 
CvsTagEntryCreates a new CvsTagEntry- Parameters:
- filename- the filename to add
- revision- the revision
- prevRevision- the previous revision
 
 
- 
- 
Method Details- 
getFileGets the filename for this CvsTagEntry- Returns:
- the filename
 
- 
getRevisionGets the revision for this CvsTagEntry- Returns:
- the revision
 
- 
getPreviousRevisionGets the previous revision for this CvsTagEntry- Returns:
- the previous revision
 
- 
toStringGets a String containing filename and difference from previous version
 
-