Class CvsTagEntry
java.lang.Object
org.apache.tools.ant.taskdefs.cvslib.CvsTagEntry
-
Constructor Summary
ConstructorDescriptionCvsTagEntry
(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
-
CvsTagEntry
Creates a new CvsTagEntry- Parameters:
filename
- the filename to add
-
CvsTagEntry
-
CvsTagEntry
-
-
Method Details
-
getFile
-
getRevision
-
getPreviousRevision
Gets the previous revision for this CvsTagEntry- Returns:
- the previous revision
-
toString
-