Uses of Interface
com.jmw.tzap.Grouper

Packages that use Grouper
com.jmw.tzap.filters   
com.jmw.tzap.groupers   
 

Uses of Grouper in com.jmw.tzap.filters
 

Fields in com.jmw.tzap.filters declared as Grouper
protected  Grouper MergeFilter.grouper
          The grouper used by this filter
 

Methods in com.jmw.tzap.filters with parameters of type Grouper
 void MergeFilter.add(Grouper grouper)
          Sets the grouper.
 

Uses of Grouper in com.jmw.tzap.groupers
 

Classes in com.jmw.tzap.groupers that implement Grouper
 class AllGrouper
          Groups an array of files into one group.
 class ParentDirGrouper
          Groups an array of files by their parent directory.
 class StartsWithNameGrouper
          Groups an array of files into one group.
 class UntilStringNameGrouper
          Groups an array of files into one group.