org.vafer.jdeb.changes
Class ChangeSet

java.lang.Object
  extended by 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

Constructor Summary
ChangeSet(String pPackageName, String pVersion, Date pDate, String pDistribution, String pUrgency, String pChangedBy, String[] pChanges)
           
 
Method Summary
static DateFormat createDateForma()
           
 String getChangedBy()
           
 String[] getChanges()
           
 Date getDate()
           
 String getDistribution()
           
 String getPackage()
           
 String getUrgency()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeSet

public ChangeSet(String pPackageName,
                 String pVersion,
                 Date pDate,
                 String pDistribution,
                 String pUrgency,
                 String pChangedBy,
                 String[] pChanges)
Method Detail

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.