org.codehaus.groovy.ant
Class AntProjectPropertiesDelegate
java.lang.Object
java.util.Dictionary
java.util.Hashtable
org.codehaus.groovy.ant.AntProjectPropertiesDelegate
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public class AntProjectPropertiesDelegate
- extends Hashtable
- Author:
- Guillaume Laforge
- See Also:
- Serialized Form
AntProjectPropertiesDelegate
public AntProjectPropertiesDelegate(org.apache.tools.ant.Project project)
AntProjectPropertiesDelegate
public AntProjectPropertiesDelegate(Map t)
hashCode
public int hashCode()
size
public int size()
clear
public void clear()
- Throws:
UnsupportedOperationException
- is always thrown when this method is invoked. The Project properties are immutable.
isEmpty
public boolean isEmpty()
clone
public Object clone()
contains
public boolean contains(Object value)
containsKey
public boolean containsKey(Object key)
containsValue
public boolean containsValue(Object value)
equals
public boolean equals(Object o)
toString
public String toString()
values
public Collection values()
elements
public Enumeration elements()
keys
public Enumeration keys()
putAll
public void putAll(Map t)
entrySet
public Set entrySet()
keySet
public Set keySet()
get
public Object get(Object key)
remove
public Object remove(Object key)
- Throws:
UnsupportedOperationException
- is always thrown when this method is invoked. The Project properties are immutable.
put
public Object put(Object key,
Object value)
Copyright © 2003-2005 The Codehaus. All Rights Reserved.