Uses of Class
net.infonode.properties.util.PropertyPath

Packages that use PropertyPath
net.infonode.properties.propertymap Property maps are used for storage of property values. 
net.infonode.properties.util Utility classes for properties. 
 

Uses of PropertyPath in net.infonode.properties.propertymap
 

Methods in net.infonode.properties.propertymap with parameters of type PropertyPath
private  PropertyValue PropertyMapImpl.getParentDefaultValue(PropertyPath path)
           
private  PropertyValue PropertyMapImpl.getValue(PropertyPath propertyPath)
           
 

Uses of PropertyPath in net.infonode.properties.util
 

Fields in net.infonode.properties.util declared as PropertyPath
private  PropertyPath PropertyPath.tail
           
 

Methods in net.infonode.properties.util that return PropertyPath
 PropertyPath PropertyPath.copy()
          Creates a new path that is a copy of this path.
 PropertyPath PropertyPath.getTail()
          Returns the path after the first property.
 

Constructors in net.infonode.properties.util with parameters of type PropertyPath
PropertyPath(Property property, PropertyPath tail)
          Creates a path by prepending a path with a property.