Package org.codehaus.groovy.ant
Class AntProjectPropertiesDelegate
java.lang.Object
java.util.Dictionary
java.util.Hashtable
org.codehaus.groovy.ant.AntProjectPropertiesDelegate
- All Implemented Interfaces:
Serializable,Cloneable,Map
- Author:
- Guillaume Laforge
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Hashtable
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll
-
Constructor Details
-
AntProjectPropertiesDelegate
public AntProjectPropertiesDelegate(org.apache.tools.ant.Project project) -
AntProjectPropertiesDelegate
-
-
Method Details
-
hashCode
public int hashCode() -
size
public int size() -
clear
public void clear()- Specified by:
clearin interfaceMap- Overrides:
clearin classHashtable- Throws:
UnsupportedOperationException- is always thrown when this method is invoked. The Project properties are immutable.
-
isEmpty
public boolean isEmpty() -
clone
-
contains
-
containsKey
- Specified by:
containsKeyin interfaceMap- Overrides:
containsKeyin classHashtable
-
containsValue
- Specified by:
containsValuein interfaceMap- Overrides:
containsValuein classHashtable
-
equals
-
toString
-
values
-
elements
-
keys
-
putAll
-
entrySet
-
keySet
-
get
-
remove
- Specified by:
removein interfaceMap- Overrides:
removein classHashtable- Throws:
UnsupportedOperationException- is always thrown when this method is invoked. The Project properties are immutable.
-
put
-