|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Dictionary java.util.Hashtable org.codehaus.groovy.ant.AntProjectPropertiesDelegate
public class AntProjectPropertiesDelegate extends Hashtable
Constructor Summary | |
AntProjectPropertiesDelegate(Project project)
|
|
AntProjectPropertiesDelegate(Map t)
|
Method Summary | |
---|---|
void
|
clear()
|
Object
|
clone()
|
boolean
|
contains(Object value)
|
boolean
|
containsKey(Object key)
|
boolean
|
containsValue(Object value)
|
Enumeration
|
elements()
|
Set
|
entrySet()
|
boolean
|
equals(Object o)
|
Object
|
get(Object key)
|
int
|
hashCode()
|
boolean
|
isEmpty()
|
Set
|
keySet()
|
Enumeration
|
keys()
|
Object
|
put(Object key, Object value)
|
void
|
putAll(Map t)
|
Object
|
remove(Object key)
|
int
|
size()
|
String
|
toString()
|
Collection
|
values()
|
Methods inherited from class Hashtable | |
---|---|
remove, get, put, equals, toString, values, hashCode, clone, clear, contains, isEmpty, size, entrySet, putAll, elements, keySet, keys, containsKey, containsValue, wait, wait, wait, getClass, notify, notifyAll |
Methods inherited from class Dictionary | |
---|---|
remove, get, put, isEmpty, size, elements, keys, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public AntProjectPropertiesDelegate(Project project)
public AntProjectPropertiesDelegate(Map t)
Method Detail |
---|
public void clear()
public Object clone()
public boolean contains(Object value)
public boolean containsKey(Object key)
public boolean containsValue(Object value)
public Enumeration elements()
public Set entrySet()
public boolean equals(Object o)
public Object get(Object key)
public int hashCode()
public boolean isEmpty()
public Set keySet()
public Enumeration keys()
public Object put(Object key, Object value)
public void putAll(Map t)
public Object remove(Object key)
public int size()
public String toString()
public Collection values()
Copyright © 2003-2013 The Codehaus. All rights reserved.