| Constructor and Description |
|---|
CMExpUSNProcessor(HuaweiM2KProperties props)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
enableFun(java.lang.String strFile) |
boolean |
isHandled(java.lang.String strFile) |
void |
preProcess(HuaweiM2KDataStore dataStore,
java.lang.String strFile,
java.lang.String strDeviceName) |
void |
process(HuaweiM2KDataStore dataStore,
java.lang.String strFile)
Processes the data file
|
public CMExpUSNProcessor(HuaweiM2KProperties props)
public boolean isHandled(java.lang.String strFile)
public boolean[] enableFun(java.lang.String strFile)
public void preProcess(HuaweiM2KDataStore dataStore, java.lang.String strFile, java.lang.String strDeviceName) throws ProcessorException
ProcessorExceptionpublic void process(HuaweiM2KDataStore dataStore, java.lang.String strFile) throws ProcessorException
Processorprocess in interface ProcessordataStore - HuaweiM2KDataStore instancestrFile - Absolute path to file to be processedProcessorException