Package org.apache.tools.ant.property
Interface ParseNextProperty
- All Known Implementing Classes:
ParseProperties
public interface ParseNextProperty
Helper for
PropertyExpander
that can be
used to expand property references to values.- Since:
- Ant 1.8.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the current project.parseNextProperty
(String value, ParsePosition pos) Return any property that can be parsed from the specified position in the specified String.
-
Method Details
-
getProject
-
parseNextProperty
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.
-