|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class factory.
Method Summary | |
void |
configure(Configuration config)
Configures this factory. |
boolean |
equals(java.lang.Object o)
Compares whether two object factories are equal. |
ObjectDescription |
getDescriptionForClass(java.lang.Class c)
Returns an object description for a class. |
java.util.Iterator |
getRegisteredClasses()
Returns an iterator for the registered classes. |
ObjectDescription |
getSuperClassObjectDescription(java.lang.Class d,
ObjectDescription knownSuperClass)
Returns an object description for the super class of a class. |
int |
hashCode()
Computes the hashCode for this ClassFactory. |
Method Detail |
public ObjectDescription getDescriptionForClass(java.lang.Class c)
c
- the class.
public ObjectDescription getSuperClassObjectDescription(java.lang.Class d, ObjectDescription knownSuperClass)
d
- the class.knownSuperClass
- the last known super class or null.
public java.util.Iterator getRegisteredClasses()
This method exists to support query tools for UI design, do not rely on it for day to day work.
public void configure(Configuration config)
The configuration contents may change during the reporting.
config
- the configuration, never nullpublic boolean equals(java.lang.Object o)
o
- the other object.
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |