Uses of Interface
org.sovt.Inspector

Packages that use Inspector
org.sovt Provides core interfaces and user-entry-point class. 
org.sovt.impl Different inspectors. 
 

Uses of Inspector in org.sovt
 

Methods in org.sovt that return Inspector
 Inspector SovtLibrary.getInspector(java.lang.String id)
          Returns named inspector.
 

Methods in org.sovt with parameters of type Inspector
 void SovtLibrary.addInspector(java.lang.String id, Inspector inspector)
          Adds named inspector.
 

Uses of Inspector in org.sovt.impl
 

Classes in org.sovt.impl that implement Inspector
 class GroupInspector
          This Inspector is used to collect other validators, transformers or inspectors into a group.
 class ParserInspector
          This inspector may be used to parse objects from one class to different class.
 class PropertySelector
          This class is used to validate properties of JavaBean objects.
 

Methods in org.sovt.impl with parameters of type Inspector
 void PropertySelector.addInspector(Inspector inspector)
          Adds inspector to the group.
 void GroupInspector.addInspector(Inspector inspector)
          Adds inspector to the group.
 



Copyright © 2003-2005 . All Rights Reserved.