Package org.codehaus.groovy.ant
Class AntProjectPropertiesDelegate
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable
org.codehaus.groovy.ant.AntProjectPropertiesDelegate
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- java.util.Map
public class AntProjectPropertiesDelegate
extends java.util.Hashtable
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description AntProjectPropertiesDelegate(java.util.Map t)AntProjectPropertiesDelegate(org.apache.tools.ant.Project project)
- 
Method SummaryModifier and Type Method Description voidclear()java.lang.Objectclone()booleancontains(java.lang.Object value)booleancontainsKey(java.lang.Object key)booleancontainsValue(java.lang.Object value)java.util.Enumerationelements()java.util.SetentrySet()booleanequals(java.lang.Object o)java.lang.Objectget(java.lang.Object key)inthashCode()booleanisEmpty()java.util.Enumerationkeys()java.util.SetkeySet()java.lang.Objectput(java.lang.Object key, java.lang.Object value)voidputAll(java.util.Map t)java.lang.Objectremove(java.lang.Object key)intsize()java.lang.StringtoString()java.util.Collectionvalues()Methods inherited from class java.util.Hashtablecompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, rehash, remove, replace, replace, replaceAllMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
AntProjectPropertiesDelegatepublic AntProjectPropertiesDelegate(org.apache.tools.ant.Project project)
- 
AntProjectPropertiesDelegatepublic AntProjectPropertiesDelegate(java.util.Map t)
 
- 
- 
Method Details- 
hashCodepublic int hashCode()- Specified by:
- hashCodein interface- java.util.Map
- Overrides:
- hashCodein class- java.util.Hashtable
 
- 
sizepublic int size()- Specified by:
- sizein interface- java.util.Map
- Overrides:
- sizein class- java.util.Hashtable
 
- 
clearpublic void clear()- Specified by:
- clearin interface- java.util.Map
- Overrides:
- clearin class- java.util.Hashtable
- Throws:
- java.lang.UnsupportedOperationException- is always thrown when this method is invoked. The Project properties are immutable.
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- java.util.Map
- Overrides:
- isEmptyin class- java.util.Hashtable
 
- 
clonepublic java.lang.Object clone()- Overrides:
- clonein class- java.util.Hashtable
 
- 
containspublic boolean contains(java.lang.Object value)- Overrides:
- containsin class- java.util.Hashtable
 
- 
containsKeypublic boolean containsKey(java.lang.Object key)- Specified by:
- containsKeyin interface- java.util.Map
- Overrides:
- containsKeyin class- java.util.Hashtable
 
- 
containsValuepublic boolean containsValue(java.lang.Object value)- Specified by:
- containsValuein interface- java.util.Map
- Overrides:
- containsValuein class- java.util.Hashtable
 
- 
equalspublic boolean equals(java.lang.Object o)- Specified by:
- equalsin interface- java.util.Map
- Overrides:
- equalsin class- java.util.Hashtable
 
- 
toStringpublic java.lang.String toString()- Overrides:
- toStringin class- java.util.Hashtable
 
- 
valuespublic java.util.Collection values()- Specified by:
- valuesin interface- java.util.Map
- Overrides:
- valuesin class- java.util.Hashtable
 
- 
elementspublic java.util.Enumeration elements()- Overrides:
- elementsin class- java.util.Hashtable
 
- 
keyspublic java.util.Enumeration keys()- Overrides:
- keysin class- java.util.Hashtable
 
- 
putAllpublic void putAll(java.util.Map t)- Specified by:
- putAllin interface- java.util.Map
- Overrides:
- putAllin class- java.util.Hashtable
 
- 
entrySetpublic java.util.Set entrySet()- Specified by:
- entrySetin interface- java.util.Map
- Overrides:
- entrySetin class- java.util.Hashtable
 
- 
keySetpublic java.util.Set keySet()- Specified by:
- keySetin interface- java.util.Map
- Overrides:
- keySetin class- java.util.Hashtable
 
- 
getpublic java.lang.Object get(java.lang.Object key)- Specified by:
- getin interface- java.util.Map
- Overrides:
- getin class- java.util.Hashtable
 
- 
removepublic java.lang.Object remove(java.lang.Object key)- Specified by:
- removein interface- java.util.Map
- Overrides:
- removein class- java.util.Hashtable
- Throws:
- java.lang.UnsupportedOperationException- is always thrown when this method is invoked. The Project properties are immutable.
 
- 
putpublic java.lang.Object put(java.lang.Object key, java.lang.Object value)- Specified by:
- putin interface- java.util.Map
- Overrides:
- putin class- java.util.Hashtable
 
 
-