net.sourceforge.cruisecontrol.sourcecontrols
Class ClearCaseModification
java.lang.Object
net.sourceforge.cruisecontrol.Modification
net.sourceforge.cruisecontrol.sourcecontrols.ClearCaseModification
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class ClearCaseModification
- extends Modification
data structure for holding data about a single modification
to a source control tool.
- Author:
- alden almagro
- See Also:
- Serialized Form
|
Method Summary |
void |
fromElement(org.jdom.Element modification,
java.text.DateFormat formatter)
|
void |
log(java.text.DateFormat formatter)
|
org.jdom.Element |
toElement(java.text.DateFormat formatter)
|
java.lang.String |
toString()
|
| Methods inherited from class net.sourceforge.cruisecontrol.Modification |
compareTo, createModifiedFile, equals, getComment, getEmailAddress, getFileName, getFolderName, getFullPath, getModifiedFiles, getModifiedTime, getRevision, getType, getUserName, hashCode, toXml |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
labels
public java.util.List labels
attributes
public java.util.Map attributes
ClearCaseModification
public ClearCaseModification()
toElement
public org.jdom.Element toElement(java.text.DateFormat formatter)
- Overrides:
toElement in class Modification
toString
public java.lang.String toString()
- Overrides:
toString in class Modification
log
public void log(java.text.DateFormat formatter)
- Overrides:
log in class Modification
fromElement
public void fromElement(org.jdom.Element modification,
java.text.DateFormat formatter)
- Overrides:
fromElement in class Modification