public interface FileHandlerIntf
| Modifier and Type | Method and Description |
|---|---|
boolean |
detectCustomization()
This method will detect the customizations in the current file
represented by the instance
|
boolean |
handleConflicts()
This method will do the processing based on the nature of
customizations
|
void |
init(FileDescriptorObj aFileDescriptorObj,
java.lang.String deltaFilePath)
This method will be used to initialize the HandlerInstance.
|
UtilityReturnValueObject |
process(java.lang.String fileName)
This method will be the entry level method for processing any file.
|
void |
reset()
This method will clear all private variables, so that instance can
be reinitialized for processing next file
|
void init(FileDescriptorObj aFileDescriptorObj,
java.lang.String deltaFilePath)
oimHome - location of OIM home where patch needs to be appliedstagingLocation - Staging location where processed files will be processed
copiedpatchLocation - Location where the patch was unzippedUtilityReturnValueObject process(java.lang.String fileName)
fileName - File name of the file to be processedboolean detectCustomization()
None - boolean handleConflicts()
None - void reset()
None -