- org.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- Authors:
- Guillaume Laforge
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class Hashtable |
remove, remove, get, put, equals, toString, values, hashCode, clone, clear, isEmpty, replace, replace, contains, replaceAll, size, entrySet, putAll, putIfAbsent, elements, forEach, keys, keySet, containsValue, containsKey, getOrDefault, computeIfAbsent, computeIfPresent, compute, 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 boolean contains(Object value)
-
public boolean containsKey(Object key)
-
public boolean containsValue(Object value)
-
public boolean equals(Object o)
-
public void putAll(Map t)
-
- throws:
- UnsupportedOperationException is always thrown when this method is invoked. The Project properties are immutable.
Copyright © 2003-2015 The Apache Software Foundation. All rights reserved.