org.jsesoft.ri
Class MethodInspector

java.lang.Object
  extended by org.jsesoft.ri.MethodInspector
All Implemented Interfaces:
Inspector<java.lang.reflect.Method>
Direct Known Subclasses:
MMBIMethodInspector

public class MethodInspector
extends java.lang.Object
implements Inspector<java.lang.reflect.Method>

Provides an inspector for methods.


Constructor Summary
MethodInspector()
          Creates new MethodInspector.
 
Method Summary
 void inspectItem(java.lang.reflect.Method method, PassBack passBack)
          Inspects the item.
 void inspectItems(PassBack passBack)
          Inspects the a list of items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInspector

public MethodInspector()
Creates new MethodInspector.

Method Detail

inspectItem

public void inspectItem(java.lang.reflect.Method method,
                        PassBack passBack)
                 throws java.lang.Exception
Inspects the item.

Specified by:
inspectItem in interface Inspector<java.lang.reflect.Method>
Parameters:
method - the sub-item to inspect
passBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
org.jsesoft.ri.Inspector#inspectItem(java.lang.Object)

inspectItems

public void inspectItems(PassBack passBack)
                  throws java.lang.Exception
Inspects the a list of items.

Specified by:
inspectItems in interface Inspector<java.lang.reflect.Method>
Parameters:
passBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
org.jsesoft.ri.Inspector#inspectItems()


Copyright © 2010 JSESoft. All Rights Reserved.