public class PropertyPath extends Object
Constructor and Description |
---|
PropertyPath()
No-argument constructor.
|
PropertyPath(PropertyPath path)
Cloning constructor.
|
PropertyPath(String[] pathArray)
String array constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyIndex(int idx)
Adds an index to the path, for an indexed property.
|
void |
addPropertyKey(Object obj)
Adds a key to the path, for a property map.
|
void |
addPropertyName(String str)
Adds a property name to the path.
|
Property |
locateProperty(RepInfo info)
Walk down the path and return the specified Property.
|
Property |
locateProperty(RepInfo info,
boolean trace)
Walk down the path and return the specified Property.
|
public PropertyPath()
public PropertyPath(PropertyPath path)
public PropertyPath(String[] pathArray)
public void addPropertyName(String str)
public void addPropertyKey(Object obj)
public void addPropertyIndex(int idx)
public Property locateProperty(RepInfo info)
info
- The RepInfo object to searchCopyright © 2008–2017 The Open Preservation Foundation. All rights reserved.