Uses of Interface
dutils.digger.transformations.StringTransformation

Packages that use StringTransformation
dutils.digger.comparators   
dutils.digger.transformations   
 

Uses of StringTransformation in dutils.digger.comparators
 

Fields in dutils.digger.comparators declared as StringTransformation
protected  StringTransformation[] Comparator.transformsOnSearchedEntry
           
 

Constructors in dutils.digger.comparators with parameters of type StringTransformation
EntriesDefaultComparator(java.lang.String[] toFind, java.lang.String[] exclude, StringTransformation[] transOnSearchedEntry)
          Creates a new EntriesDefaultComparator.
Comparator(java.lang.String[] toFind, java.lang.String[] exclude, StringTransformation[] transOnSearchedEntry)
          Creates a new Comparator object.
DefaultComparator(java.lang.String[] toFind, java.lang.String[] exclude, StringTransformation[] transOnSearchedEntry)
          Creates a new DefaultComparator.
 

Uses of StringTransformation in dutils.digger.transformations
 

Classes in dutils.digger.transformations that implement StringTransformation
 class JavaTransformation
           
 class NoCaseTransformation