|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.tool.classdepend.ClassDependencyRelationship
public class ClassDependencyRelationship
A container to store class dependency related information for later analysis.
ClassDepend
Method Summary | |
---|---|
void |
addProvider(ClassDependencyRelationship provider)
Add a provider class to this dependant class. |
void |
addProviders(Set providers)
|
Set |
getDependants()
Get the classes dependant on this class. |
Set |
getProviders()
Get the classes that this class needs to function. |
boolean |
isRootClass()
Is this a root dependant, that is no other classes depend on this. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void addProvider(ClassDependencyRelationship provider)
provider
- public Set getDependants()
public void addProviders(Set providers)
public Set getProviders()
public String toString()
toString
in class Object
public boolean isRootClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |