Skip navigation links
org.identityconnectors.flatfile.extension
Interface FlatFilePreProcessHandler
-
public interface FlatFilePreProcessHandler
This interface needs to be implemented to perform a specific pre-process task on the flat files, before starting to parse them for fetching records
Method Summary |
void |
preProcess(java.io.File flatFileDir, java.util.Map<java.lang.String,java.lang.Object> configMap)
Implementation should include the complete pre-process task code to be executed |
preProcess
void preProcess(java.io.File flatFileDir,
java.util.Map<java.lang.String,java.lang.Object> configMap)
throws java.lang.Exception
- Implementation should include the complete pre-process task code to be executed
-
- Parameters:
flatFileDir
- Directory containing the flat files which will be parsed by the FlatFileParser
at end of this task
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 pre-process task
Skip navigation links
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.