|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.plugin.buildmetadata.scm.maven.StringRevision
public class StringRevision
Implementation for a simple revision string.
Constructor Summary | |
---|---|
StringRevision(String id, Date date) Default constructor. |
Method Summary | |
---|---|
Date |
getDate() Returns the revision date. |
String |
getId() Returns the ID of the revision. |
String |
toString() Returns the revision information as a String . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StringRevision(String id, Date date)
id
- the ID of the revision.
date
- the revision date.
Method Detail |
---|
public final String getId()
getId
in interface
Revision
public final Date getDate()
getDate
in interface
Revision
public String toString()
String
.
toString
in interface
Revision
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |