|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.changelog.ChangeLogSet
Change Log Set - holds details about a set of change log entries.
| Constructor Summary | |
ChangeLogSet(Collection entries,
String start,
String end)
Initializes a new instance of this class. |
|
| Method Summary | |
String |
getEnd()
Returns the end date/tag for this set. |
Collection |
getEntries()
Returns the collection of entries for this set. |
String |
getStart()
Returns the start date/tag for this set. |
String |
toXML()
Creates an XML representation of this change log set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChangeLogSet(Collection entries,
String start,
String end)
entries - collection of ChangeLogEntry objects for this set.start - the start date/tag for this set.end - the end date/tag for this set, or null if this set goes to the present time.| Method Detail |
public Collection getEntries()
ChangeLogEntry objects for this set.public String getStart()
public String getEnd()
null if this set goes to the present time.public String toXML()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||