Class JDomProperties

java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.maven.shared.release.transform.jdom2.JDomProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class JDomProperties extends Properties
JDOM2 implementation of poms PROPERTIES element Only few methods are properly implemented as the underlying data structure of Hashtable is never populated.
Since:
3.0
Author:
Robert Scholte
See Also: