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.
|
Object |
parseNextProperty(String value,
java.text.ParsePosition pos)
Return any property that can be parsed from the specified position
in the specified String.
|
Project getProject()
Object parseNextProperty(String value, java.text.ParsePosition pos)
value
- String to parsepos
- ParsePosition