|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.tlc.ioc.impl.DependencyNode
A node in a class dependency tree.
Constructor Summary | |
DependencyNode(java.lang.Class clazz)
Construct a dependency tree node for the given class |
Method Summary | |
void |
addDependency(java.lang.reflect.Constructor constructor,
DependencyNode[] deps)
Add a dependency from the parent class upon the given class. |
java.lang.Class |
getClazz()
|
DependencyNode[] |
getDependency(java.lang.reflect.Constructor constructor)
Return the dependencies for the given constructor of this class. |
java.util.Iterator |
iterator()
|
java.lang.String |
toString()
(non-Javadoc) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DependencyNode(java.lang.Class clazz)
clazz
- ClassMethod Detail |
public java.lang.Class getClazz()
public void addDependency(java.lang.reflect.Constructor constructor, DependencyNode[] deps)
constructor
- Constructordeps
- DependencyNode[]public DependencyNode[] getDependency(java.lang.reflect.Constructor constructor)
constructor
- Constructor
public java.util.Iterator iterator()
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |