com.jmw.tzap.groupers
Class UntilStringNameGrouper

java.lang.Object
  extended by com.jmw.tzap.groupers.UntilStringNameGrouper
All Implemented Interfaces:
Grouper

public class UntilStringNameGrouper
extends java.lang.Object
implements Grouper

Groups an array of files into one group.


Constructor Summary
UntilStringNameGrouper()
           
 
Method Summary
 java.util.ArrayList group(FilterFile[] files)
          Performs the group operation.
 void setString(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UntilStringNameGrouper

public UntilStringNameGrouper()
Method Detail

group

public java.util.ArrayList group(FilterFile[] files)
Performs the group operation.

Specified by:
group in interface Grouper
Parameters:
files - an array containing the files to be grouped
Returns:
an ArrayList of ArrayLists which each contain one group.

setString

public void setString(java.lang.String s)
               throws java.lang.Exception
Throws:
java.lang.Exception