org.vafer.jdeb.changes
Class ChangeSet
java.lang.Object
org.vafer.jdeb.changes.ChangeSet
public final class ChangeSet
- extends Object
A ChangeSet basically reflect a release as defined in the changes file.
- Author:
- Torsten Curdt
ChangeSet
public ChangeSet(String pPackageName,
String pVersion,
Date pDate,
String pDistribution,
String pUrgency,
String pChangedBy,
String[] pChanges)
createDateForma
public static DateFormat createDateForma()
getPackage
public String getPackage()
getVersion
public String getVersion()
getDate
public Date getDate()
getDistribution
public String getDistribution()
getUrgency
public String getUrgency()
getChangedBy
public String getChangedBy()
getChanges
public String[] getChanges()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.