|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.property.ResolvePropertyMap
public class ResolvePropertyMap
Class to resolve properties in a map. This class is explicitly not threadsafe.
Constructor Summary | |
---|---|
ResolvePropertyMap(Project project,
GetProperty master,
java.util.Collection expanders)
Constructor with a master getproperty and a collection of expanders. |
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.String name)
Returns the value of a property if it is set. |
void |
resolveAllProperties(java.util.Map map)
The action method - resolves all the properties in a map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResolvePropertyMap(Project project, GetProperty master, java.util.Collection expanders)
project
- the current ant project.master
- the master property holder (usually PropertyHelper)expanders
- a collection of expanders (usually from PropertyHelper).Method Detail |
---|
public java.lang.Object getProperty(java.lang.String name)
getProperty
in interface GetProperty
name
- name of the property.
public void resolveAllProperties(java.util.Map map)
map
- the map to resolve properties in.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |