[Java] Class AntProjectPropertiesDelegate
- org.codehaus.groovy.ant.AntProjectPropertiesDelegate
- Authors:
- Guillaume Laforge
Constructor Summary
Constructor and description |
---|
AntProjectPropertiesDelegate
(Project project) |
AntProjectPropertiesDelegate
(Map t) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
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() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Hashtable | remove, remove, get, put, equals, toString, values, hashCode, clone, clear, contains, isEmpty, replace, replace, replaceAll, size, entrySet, putAll, putIfAbsent, elements, forEach, keySet, keys, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, getOrDefault, merge, wait, wait, wait, getClass, notify, notifyAll |
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()
- throws:
- UnsupportedOperationException is always thrown when this method is invoked. The Project properties are immutable.
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)
- throws:
- UnsupportedOperationException is always thrown when this method is invoked. The Project properties are immutable.
public int size()
public String toString()
public Collection values()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/ant/AntProjectPropertiesDelegate.html