Klasse NestedPropertyExpander
java.lang.Object
org.apache.ant.props.NestedPropertyExpander
- Alle implementierten Schnittstellen:
org.apache.tools.ant.property.PropertyExpander, org.apache.tools.ant.PropertyHelper.Delegate
public class NestedPropertyExpander
extends Object
implements org.apache.tools.ant.property.PropertyExpander
By popular demand: Nested property expander.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleaninthashCode()parsePropertyName(String value, ParsePosition pos, org.apache.tools.ant.property.ParseNextProperty parseNextProperty) Parse the next property name.
-
Konstruktordetails
-
NestedPropertyExpander
public NestedPropertyExpander()
-
-
Methodendetails
-
parsePropertyName
public String parsePropertyName(String value, ParsePosition pos, org.apache.tools.ant.property.ParseNextProperty parseNextProperty) Parse the next property name.- Angegeben von:
parsePropertyNamein Schnittstelleorg.apache.tools.ant.property.PropertyExpander- Parameter:
value- the String to parse.pos- the ParsePosition in use.parseNextProperty- parse next property- Gibt zurück:
- parsed String if any, else
null.
-
equals
-
hashCode
-