public interface ParseNextProperty
PropertyExpander
that can be
used to expand property references to values.Modifier and Type | Method and Description |
---|---|
Project |
getProject()
Get the current project.
|
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.
|
Project getProject()
java.lang.Object parseNextProperty(java.lang.String value, java.text.ParsePosition pos)
value
- String to parsepos
- ParsePosition