org.jsesoft.mmbi
Class MMBIParameterTypesInspector

java.lang.Object
  extended by org.jsesoft.ri.ParameterTypesInspector
      extended by org.jsesoft.mmbi.MMBIParameterTypesInspector
All Implemented Interfaces:
Inspector<java.lang.Class<?>>

public class MMBIParameterTypesInspector
extends ParameterTypesInspector

Provides services for MMBI parameter types inspectors.


Constructor Summary
MMBIParameterTypesInspector(java.lang.Object theEntity)
          Creates new TextParameterTypesInspector.
 
Method Summary
 void inspectItem(java.lang.Class<?> theEntity, PassBack passBack)
          Inspects the item.
 void inspectItems(PassBack passBack)
          Inspects the a list of items.
 
Methods inherited from class org.jsesoft.ri.ParameterTypesInspector
getEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMBIParameterTypesInspector

public MMBIParameterTypesInspector(java.lang.Object theEntity)
Creates new TextParameterTypesInspector.

Parameters:
theEntity - the entity to inspect
Method Detail

inspectItem

public void inspectItem(java.lang.Class<?> theEntity,
                        PassBack passBack)
                 throws java.lang.Exception
Inspects the item.

Specified by:
inspectItem in interface Inspector<java.lang.Class<?>>
Overrides:
inspectItem in class ParameterTypesInspector
Parameters:
theEntity - the sub-item to inspect
passBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
ParameterTypesInspector.inspectItem(java.lang.Class, 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.Class<?>>
Overrides:
inspectItems in class ParameterTypesInspector
Parameters:
passBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
ParameterTypesInspector.inspectItems(org.jsesoft.ri.PassBack)


Copyright © 2010 JSESoft. All Rights Reserved.