public interface Processor
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHandled(java.lang.String strFile) |
void |
process(HuaweiM2KDataStore dataStore,
java.lang.String strFile)
Processes the data file
|
boolean isHandled(java.lang.String strFile)
strFile - void process(HuaweiM2KDataStore dataStore, java.lang.String strFile) throws ProcessorException
dataStore - HuaweiM2KDataStore instancestrFile - Absolute path to file to be processedProcessorException