net.sourceforge.cruisecontrol.sourcecontrols
Class ClearCaseModification

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.Modification
      extended bynet.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

Nested Class Summary
 
Nested classes inherited from class net.sourceforge.cruisecontrol.Modification
Modification.ModifiedFile
 
Field Summary
 java.util.Map attributes
           
 java.util.List labels
           
 
Fields inherited from class net.sourceforge.cruisecontrol.Modification
comment, emailAddress, files, modifiedTime, revision, type, userName
 
Constructor Summary
ClearCaseModification()
           
 
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, getFileName, getFolderName, getFullPath, getModifiedFiles, hashCode, newModifiedFile, toXml
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

labels

public java.util.List labels

attributes

public java.util.Map attributes
Constructor Detail

ClearCaseModification

public ClearCaseModification()
Method Detail

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