Uses of Interface
org.sovt.Transformer

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

Uses of Transformer in org.sovt
 

Methods in org.sovt that return Transformer
 Transformer SovtLibrary.getTransformer(java.lang.String id)
          Returns named transformer.
 

Methods in org.sovt with parameters of type Transformer
 void SovtLibrary.addTransformer(java.lang.String id, Transformer transformer)
          Adds named transformer.
 

Uses of Transformer in org.sovt.impl
 

Classes in org.sovt.impl that implement Transformer
 class GroupTransformer
          This Transformer is used to collect other transformers into group.
 class PropertySelector
          This class is used to validate properties of JavaBean objects.
 class TrimTransformer
          This transformer is for trimming string objects.
 

Methods in org.sovt.impl with parameters of type Transformer
 void GroupTransformer.addTransformer(Transformer transformer)
          Adds transformer to the group.
 void PropertySelector.addTransformer(Transformer transformer)
          Adds transformer to the group.
 void GroupInspector.addTransformer(Transformer transformer)
          Adds transformer to the group.
 



Copyright © 2003-2005 . All Rights Reserved.