org.codehaus.groovy.ant
Class AntProjectPropertiesDelegate
- author:
- Guillaume Laforge
AntProjectPropertiesDelegate
public AntProjectPropertiesDelegate(Project project)
-
AntProjectPropertiesDelegate
public AntProjectPropertiesDelegate(Map t)
-
clear
public void clear()
-
- throws:
- UnsupportedOperationException is always thrown when this method is invoked. The Project properties are immutable.
clone
public Object clone()
-
contains
public boolean contains(Object value)
-
containsKey
public boolean containsKey(Object key)
-
containsValue
public boolean containsValue(Object value)
-
elements
public Enumeration elements()
-
entrySet
public Set entrySet()
-
equals
public boolean equals(Object o)
-
get
public Object get(Object key)
-
hashCode
public int hashCode()
-
isEmpty
public boolean isEmpty()
-
keySet
public Set keySet()
-
keys
public Enumeration keys()
-
put
public Object put(Object key, Object value)
-
putAll
public void putAll(Map t)
-
remove
public Object remove(Object key)
-
- throws:
- UnsupportedOperationException is always thrown when this method is invoked. The Project properties are immutable.
size
public int size()
-
toString
public String toString()
-
values
public Collection values()
-