public class ServiceMapHelper extends Object
| Constructor and Description |
|---|
ServiceMapHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<Element>> |
addElementsToServiceMap(RoundEnvironment roundEnv)
get initialized map, And fill in elements list with panel elements
|
static Map<String,List<File>> |
getServiceModuleMap(List<File> files)
creates a map of modules with list of csv data files
|
static Map<String,List<Element>> |
getServiceObjectMap(RoundEnvironment roundEnv)
maps the module with the panels containing the Panel annotation
|
static Map<String,List<Element>> |
initializeServiceMap(RoundEnvironment roundEnv)
creates a map of services, But does not add the elements key: module value:
classes with Panel annotation
|
static Map<String,List<String>> |
mergeMaps(Map<String,List<String>> mapA,
Map<String,List<String>> mapB) |
public static Map<String,List<File>> getServiceModuleMap(List<File> files)
files - public static Map<String,List<Element>> getServiceObjectMap(RoundEnvironment roundEnv)
roundEnv - public static Map<String,List<Element>> addElementsToServiceMap(RoundEnvironment roundEnv)
roundEnv - public static Map<String,List<Element>> initializeServiceMap(RoundEnvironment roundEnv)
roundEnv - Copyright © 2020. All rights reserved.