org.oddjob.arooa.registry
Class PathBreakdown

java.lang.Object
  extended by org.oddjob.arooa.registry.PathBreakdown

public class PathBreakdown
extends Object

Provides a full path lookup which includes nested/indexed/mapped property access.


Field Summary
static String PROPERTY_DELIM
           
 
Constructor Summary
PathBreakdown(String fullPath)
           
 
Method Summary
 String getId()
           
 String getNestedPath()
           
 String getProperty()
           
 boolean isNested()
           
 boolean isProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_DELIM

public static final String PROPERTY_DELIM
See Also:
Constant Field Values
Constructor Detail

PathBreakdown

public PathBreakdown(String fullPath)
Method Detail

isNested

public boolean isNested()

getId

public String getId()

getNestedPath

public String getNestedPath()

isProperty

public boolean isProperty()

getProperty

public String getProperty()