org.oddjob.arooa.registry
Class PathBreakdown
java.lang.Object
org.oddjob.arooa.registry.PathBreakdown
public class PathBreakdown
- extends Object
Provides a full path lookup which includes nested/indexed/mapped
property access.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_DELIM
public static final String PROPERTY_DELIM
- See Also:
- Constant Field Values
PathBreakdown
public PathBreakdown(String fullPath)
isNested
public boolean isNested()
getId
public String getId()
getNestedPath
public String getNestedPath()
isProperty
public boolean isProperty()
getProperty
public String getProperty()