| Constructor and Description |
|---|
CMExpNodeBProcessor(HuaweiM2KProperties props)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clearProcessedDevices() |
static java.util.Set<java.lang.String> |
getProcessedNodeBDevices() |
boolean |
isHandled(java.lang.String strFile) |
void |
process(HuaweiM2KDataStore dataStore,
java.lang.String strFile)
Processes the data file
|
public CMExpNodeBProcessor(HuaweiM2KProperties props)
public static java.util.Set<java.lang.String> getProcessedNodeBDevices()
public static void clearProcessedDevices()
public boolean isHandled(java.lang.String strFile)
public void process(HuaweiM2KDataStore dataStore, java.lang.String strFile) throws ProcessorException
Processorprocess in interface ProcessordataStore - HuaweiM2KDataStore instancestrFile - Absolute path to file to be processedProcessorException