org.oddjob.arooa.beanutils
Class PropertyPath

java.lang.Object
  extended by org.oddjob.arooa.beanutils.PropertyPath

public class PropertyPath
extends Object


Nested Class Summary
static interface PropertyPath.FragmentVisitor
           
 
Constructor Summary
PropertyPath(String path)
           
 
Method Summary
 void iterate(PropertyPath.FragmentVisitor fragmentVisitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyPath

public PropertyPath(String path)
Method Detail

iterate

public void iterate(PropertyPath.FragmentVisitor fragmentVisitor)
             throws ArooaPropertyException
Throws:
ArooaPropertyException