org.apache.tools.ant.propertyInterface ParseNextProperty
- All Known Implementing Classes:
- ParseProperties
public interface ParseNextPropertyHelper forPropertyExpanderthat can be used to expand property references to values.
- Since:
- Ant 1.8.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ProjectgetProject()Get the current project.java.lang.ObjectparseNextProperty(java.lang.String value, java.text.ParsePosition pos)Return any property that can be parsed from the specified position in the specified String.
Method Detail
getProject
Project getProject()Get the current project.
- Returns:
- the current ant project.
parseNextProperty
java.lang.Object parseNextProperty(java.lang.String value, java.text.ParsePosition pos)Return any property that can be parsed from the specified position in the specified String.
- Parameters:
value- String to parsepos- ParsePosition- Returns:
- Object or null if no property is at the current location.