org.jsesoft.mmbi
Class MMBIMethodInspector

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

public class MMBIMethodInspector
extends MethodInspector

Provides services for MMBIMethodBeansInspector.


Constructor Summary
MMBIMethodInspector()
          Creates new TextMethodInspector.
 
Method Summary
 void inspectItem(java.lang.reflect.Method method, PassBack thePassBack)
          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

MMBIMethodInspector

public MMBIMethodInspector()
Creates new TextMethodInspector.

Method Detail

inspectItem

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

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

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>
Overrides:
inspectItems in class MethodInspector
Parameters:
passBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
MethodInspector.inspectItems(org.jsesoft.ri.PassBack)


Copyright © 2010 JSESoft. All Rights Reserved.