Uses of Class
net.sf.tlc.ioc.impl.DependencyNode

Packages that use DependencyNode
net.sf.tlc.ioc.impl   
 

Uses of DependencyNode in net.sf.tlc.ioc.impl
 

Methods in net.sf.tlc.ioc.impl that return DependencyNode
 DependencyNode[] DependencyNode.getDependency(java.lang.reflect.Constructor constructor)
          Return the dependencies for the given constructor of this class.
 

Methods in net.sf.tlc.ioc.impl with parameters of type DependencyNode
 void DependencyNode.addDependency(java.lang.reflect.Constructor constructor, DependencyNode[] deps)
          Add a dependency from the parent class upon the given class.
 



Copyright © 2005 TheLittleContainer. All Rights Reserved.