public class BeanDirectoryCrawler
extends java.lang.Object
Constructor and Description |
---|
BeanDirectoryCrawler(BeanDirectory directory) |
Modifier and Type | Method and Description |
---|---|
Path |
pathForObject(java.lang.Object component)
Get the path to a given component that may or may not be
in this registery's hierarchy.
|
BeanDirectory |
registryForComponent(java.lang.Object component)
Find the directory for a bean.
|
public BeanDirectoryCrawler(BeanDirectory directory)
public BeanDirectory registryForComponent(java.lang.Object component)
selected
- The current path being built up in this recursive call.component
- The componet being searched for.public Path pathForObject(java.lang.Object component)
component
- The component.