|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.tags.Tag
public class Tag
Represents a tag in the subversion repository.
| Constructor Summary | |
|---|---|
Tag(String title)
Creates a new instance of Tag. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object object)
Compare method, to order tags. |
String |
getAuthor()
Return the author of this tag. |
Date |
getDate()
Return the date of the creation of this tag. |
String |
getEndRevision()
Return the end revision for this tag. |
String |
getStartRevision()
Return the starting revision for this tag. |
String |
getTitle()
Return the name of the tag. |
void |
setAuthor(String author)
Set the author of this tag. |
void |
setDate(Date date)
Set the date of the creation of this tag. |
void |
setEndRevision(String endRevision)
Set the end revision for this tag. |
void |
setStartRevision(String startRevision)
Set the starting revision for this tag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tag(String title)
title - the name of the tag.| Method Detail |
|---|
public String getTitle()
public String getStartRevision()
public void setStartRevision(String startRevision)
startRevision - the starting revision for this tag.public String getEndRevision()
public void setEndRevision(String endRevision)
endRevision - the end revision for this tag.public Date getDate()
public void setDate(Date date)
date - the date of the creation of this tag.public String getAuthor()
public void setAuthor(String author)
author - the author of this tag.public int compareTo(Object object)
compareTo in interface Comparableobject - the object to be compred with this.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||