Skip navigation links


org.identityconnectors.flatfile.extension
Interface FlatFilePostProcessHandler


public interface FlatFilePostProcessHandler

This interface needs to be implemented to perform a specific post-process task on the flat files, after all records have been fetched from them This is executed after the custom/default parser is run


Method Summary
 void postProcess(java.io.File flatFileDir, java.util.Map<java.lang.String,java.lang.Object> configMap)
          Implementation should include the complete post-process task code to be executed

 

Method Detail

postProcess

void postProcess(java.io.File flatFileDir,
                 java.util.Map<java.lang.String,java.lang.Object> configMap)
                 throws java.lang.Exception
Implementation should include the complete post-process task code to be executed
Parameters:
flatFileDir - Directory containing the flat files which have just finished parsing by the FlatFileParser
configMap - Map of all configuration parameters from the main configuration lookup and the scheduled job
Throws:
java.lang.Exception - any exception occurred while running the post-process task

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.