org.apache.tools.ant.taskdefs.cvslib
public class CvsTagEntry extends Object
| Constructor Summary | |
|---|---|
| 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 | |
| Method Summary | |
|---|---|
| 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 |
Parameters: filename the filename to add
Parameters: filename the filename to add revision the revision
Parameters: filename the filename to add revision the revision prevRevision the previous revision
Returns: the filename
Returns: the previous revision
Returns: the revision
Returns: a string representation of this CVSTagEntry