org.kuali.kfs.gl.batch.service.impl
Class BatchSortServiceImpl

java.lang.Object
  extended by org.kuali.kfs.gl.batch.service.impl.BatchSortServiceImpl
All Implemented Interfaces:
BatchSortService

public class BatchSortServiceImpl
extends Object
implements BatchSortService

This class...


Constructor Summary
BatchSortServiceImpl()
           
 
Method Summary
 void sortTextFileWithFields(String inputFileName, String outputFileName, Comparator comparator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchSortServiceImpl

public BatchSortServiceImpl()
Method Detail

sortTextFileWithFields

public void sortTextFileWithFields(String inputFileName,
                                   String outputFileName,
                                   Comparator comparator)
Specified by:
sortTextFileWithFields in interface BatchSortService


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.