org.jsesoft.ri
Class ConstructorInspector

java.lang.Object
  extended by org.jsesoft.ri.ConstructorInspector
All Implemented Interfaces:
Inspector<java.lang.reflect.Constructor<?>>
Direct Known Subclasses:
MMBIConstructorInspector

public class ConstructorInspector
extends java.lang.Object
implements Inspector<java.lang.reflect.Constructor<?>>

Provides services for .


Constructor Summary
ConstructorInspector()
          Creates new ConstructorInspector.
 
Method Summary
 void inspectItem(java.lang.reflect.Constructor<?> constructor, 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

ConstructorInspector

public ConstructorInspector()
Creates new ConstructorInspector.

Method Detail

inspectItem

public void inspectItem(java.lang.reflect.Constructor<?> constructor,
                        PassBack passBack)
                 throws java.lang.Exception
Inspects the item.

Specified by:
inspectItem in interface Inspector<java.lang.reflect.Constructor<?>>
Parameters:
constructor - 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.Constructor<?>>
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.