org.oddjob
Class OddjobLookup

java.lang.Object
  extended by org.oddjob.OddjobLookup

public class OddjobLookup
extends Object


Constructor Summary
OddjobLookup(BeanDirectoryOwner owner)
           
 
Method Summary
 Object lookup(String fullPath)
           
<T> T
lookup(String fullPath, Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OddjobLookup

public OddjobLookup(BeanDirectoryOwner owner)
Method Detail

lookup

public Object lookup(String fullPath)
              throws ArooaPropertyException
Throws:
ArooaPropertyException

lookup

public <T> T lookup(String fullPath,
                    Class<T> type)
         throws ArooaPropertyException,
                ArooaConversionException
Throws:
ArooaPropertyException
ArooaConversionException