org.apache.tools.ant.taskdefs.cvslib
Class CvsTagEntry
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CvsTagEntry
public class CvsTagEntry
extends java.lang.Object
Holds the information of a line of rdiff
CvsTagEntry(String filename) - Creates a new CvsTagEntry
|
CvsTagEntry(String filename, String revision) - Creates a new CvsTagEntry
|
CvsTagEntry(String filename, String revision, String prevRevision) - Creates a new CvsTagEntry
|
String | getFile() - Gets the filename for this CvsTagEntry
|
String | getPreviousRevision() - Gets the previous revision for this CvsTagEntry
|
String | getRevision() - Gets the revision for this CvsTagEntry
|
String | toString() - Gets a String containing filename and difference from previous version
|
CvsTagEntry
public CvsTagEntry(String filename)
Creates a new CvsTagEntry
filename
- the filename to add
CvsTagEntry
public CvsTagEntry(String filename,
String revision)
Creates a new CvsTagEntry
filename
- the filename to addrevision
- the revision
CvsTagEntry
public CvsTagEntry(String filename,
String revision,
String prevRevision)
Creates a new CvsTagEntry
filename
- the filename to addrevision
- the revisionprevRevision
- the previous revision
getFile
public String getFile()
Gets the filename for this CvsTagEntry
getPreviousRevision
public String getPreviousRevision()
Gets the previous revision for this CvsTagEntry
getRevision
public String getRevision()
Gets the revision for this CvsTagEntry
toString
public String toString()
Gets a String containing filename and difference from previous version
- a string representation of this CVSTagEntry