org.apache.tools.ant.property
public interface ParseNextProperty
PropertyExpander
that can be
used to expand property references to values.Since: Ant 1.8.0
Method Summary | |
---|---|
Project | getProject()
Get the current project. |
Object | parseNextProperty(String value, ParsePosition pos)
Return any property that can be parsed from the specified position
in the specified String. |
Returns: the current ant project.
Parameters: value String to parse pos ParsePosition
Returns: Object or null if no property is at the current location.