|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jsesoft.ri.ClassInspector org.jsesoft.mmbi.MMBIClassInspector
public class MMBIClassInspector
Provides services for MMBIClassInspector.
Constructor Summary | |
---|---|
MMBIClassInspector(java.lang.Class<?>... theTypes)
Creates new MMBIClassInspector. |
|
MMBIClassInspector(java.lang.Class<?> theType)
Creates new MMBIClassInspector. |
Method Summary | |
---|---|
void |
inspectItem(java.lang.Class<?> inspected,
PassBack thePassBack)
Inspects the item. |
void |
inspectItems(PassBack passBack)
Inspects the a list of items. |
Methods inherited from class org.jsesoft.ri.ClassInspector |
---|
getTypes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MMBIClassInspector(java.lang.Class<?> theType)
theType
- the type to inspectpublic MMBIClassInspector(java.lang.Class<?>... theTypes)
theTypes
- the types to inspectMethod Detail |
---|
public void inspectItem(java.lang.Class<?> inspected, PassBack thePassBack) throws java.lang.Exception
Inspects the classe's fields, constructors, methods, and superclass (until sentinel).
inspectItem
in interface Inspector<java.lang.Class<?>>
inspectItem
in class ClassInspector
inspected
- the sub-item to inspectthePassBack
- an object passed back by all inspect functions
java.lang.Exception
- on failureorg.jsesoft.ri.ClassInspector#inspectItem(java.lang.Class)
public void inspectItems(PassBack passBack) throws java.lang.Exception
inspectItems
in interface Inspector<java.lang.Class<?>>
inspectItems
in class ClassInspector
passBack
- an object passed back by all inspect functions
java.lang.Exception
- on failureorg.jsesoft.ri.ClassInspector#inspectItems()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |