net.sourceforge.cruisecontrol.sourcecontrols
Class SourceControlProperties
java.lang.Object
net.sourceforge.cruisecontrol.sourcecontrols.SourceControlProperties
- All Implemented Interfaces:
- java.io.Serializable
- public class SourceControlProperties
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceControlProperties
public SourceControlProperties()
getPropertiesAndReset
public java.util.Map getPropertiesAndReset()
assignPropertyName
public void assignPropertyName(java.lang.String propertyName)
assignPropertyOnDeleteName
public void assignPropertyOnDeleteName(java.lang.String propertyName)
modificationFound
public void modificationFound()
deletionFound
public void deletionFound()
put
public void put(java.lang.String key,
java.lang.String value)
putAll
public void putAll(java.util.Map moreProperties)