org.kuali.common.jdbc.convert
Class ReplaceWithConvertedProcessor

java.lang.Object
  extended by org.kuali.common.jdbc.convert.ReplaceWithConvertedProcessor
All Implemented Interfaces:
PostConversionProcessor

public class ReplaceWithConvertedProcessor
extends Object
implements PostConversionProcessor

This post conversion processor deletes each file used as input for the conversion, and renames the newly created file by removing the ".converted" extension

Author:
andrewlubbers

Constructor Summary
ReplaceWithConvertedProcessor()
           
 
Method Summary
 void process(List<ConversionResult> conversionResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplaceWithConvertedProcessor

public ReplaceWithConvertedProcessor()
Method Detail

process

public void process(List<ConversionResult> conversionResults)
Specified by:
process in interface PostConversionProcessor


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.