org.abstracthorizon.extend.repository.maven.pom
Class Properties

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by org.abstracthorizon.extend.repository.maven.pom.Properties
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class Properties
extends HashMap<String,String>

See Also:
Serialized Form

Constructor Summary
Properties()
           
 
Method Summary
 String toString()
           
 String toString(int indent)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Properties

public Properties()
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractMap<String,String>

toString

public String toString(int indent)


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.