org.oddjob.arooa.registry
Class DirectoryPathWalker
java.lang.Object
org.oddjob.arooa.registry.DirectoryPathWalker
public class DirectoryPathWalker
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryPathWalker
public DirectoryPathWalker(BeanDirectory directory)
directoryForPath
public BeanDirectory directoryForPath(Path path)
throws ArooaPropertyException
- Throws:
ArooaPropertyException
objectForPath
public Object objectForPath(Path path)
throws ArooaPropertyException
- Get an object for the given path.
- Parameters:
path
- The path.
- Returns:
- An object or null if it hasn't been registered.
- Throws:
ArooaPropertyException