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.
  • 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:
      parsePropertyName in Schnittstelle org.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

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object