Class ModuleMapHelper
java.lang.Object
core.support.annotation.helper.annotationMap.ModuleMapHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFilesWithAnnotation(List<File> files, AnnotationObject annotation) filters files that are in data folder if file has annotation: @Panel, @Data, @Interface, then add to file listgetModuleMap(AnnotationObject annotation) maps the module with the panels containing the Panel annotationgetModuleMap(List<File> files) get map of module and path eg.
-
Constructor Details
-
ModuleMapHelper
public ModuleMapHelper()
-
-
Method Details
-
getModuleMap
maps the module with the panels containing the Panel annotation- Parameters:
roundEnv-- Returns:
-
getModuleMap
get map of module and path eg. module: webApp adding panel: module.webApp.panel.UserPanel- Parameters:
files-- Returns:
-
getFilesWithAnnotation
filters files that are in data folder if file has annotation: @Panel, @Data, @Interface, then add to file list- Parameters:
files-- Returns:
-