Class DataMapHelper
- java.lang.Object
-
- core.support.annotation.helper.annotationMap.DataMapHelper
-
public class DataMapHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description DataMapHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,List<File>>getDataModuleMap(List<File> files)creates a map of modules with list of csv data filesstatic Map<String,List<String>>mergeMaps(Map<String,List<String>> mapA, Map<String,List<String>> mapB)
-