Uses of Interface
org.kuali.common.jdbc.convert.PostConversionProcessor

Packages that use PostConversionProcessor
org.kuali.common.jdbc.convert   
 

Uses of PostConversionProcessor in org.kuali.common.jdbc.convert
 

Classes in org.kuali.common.jdbc.convert that implement PostConversionProcessor
 class ReplaceWithConvertedProcessor
          This post conversion processor deletes each file used as input for the conversion, and renames the newly created file by removing the ".converted" extension
 

Methods in org.kuali.common.jdbc.convert that return PostConversionProcessor
 PostConversionProcessor DirectoryConverterExecutable.getPostConversionProcessor()
           
 PostConversionProcessor DirectoryContext.getPostProcessor()
           
 

Methods in org.kuali.common.jdbc.convert with parameters of type PostConversionProcessor
 void DirectoryConverterExecutable.setPostConversionProcessor(PostConversionProcessor postConversionProcessor)
           
 void DirectoryContext.setPostProcessor(PostConversionProcessor postProcessor)
           
 



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