org.apache.tools.ant.property
public class LocalPropertyStack extends Object
Since: Ant 1.8.0
Method Summary | |
---|---|
void | addLocal(String property)
Add a local property. |
LocalPropertyStack | copy()
Copy the stack for a parallel thread. |
void | enterScope()
Enter the local scope. |
Object | evaluate(String property, PropertyHelper helper)
Evaluate a property. |
void | exitScope()
Exit the local scope. |
boolean | set(String property, Object value, PropertyHelper propertyHelper)
Set a property. |
boolean | setNew(String property, Object value, PropertyHelper propertyHelper)
Set a *new" property. |
Parameters: property the name of the local proeprty.
Returns: a copy.
Parameters: property the property's String "identifier". helper the invoking PropertyHelper.
Returns: Object value.
Parameters: property the property's String "identifier". value the value to set. propertyHelper the invoking PropertyHelper.
Returns: true if this entity 'owns' the property.
Parameters: property the property's String "identifier". value the value to set. propertyHelper the invoking PropertyHelper.
Returns: true if this entity 'owns' the property.