public class ModuleMapHelper extends Object
| Constructor and Description |
|---|
ModuleMapHelper() |
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
getFilesWithAnnotation(List<File> files,
AnnotationObject annotation)
filters files that are in data folder
if file has annotation: @Panel, @Data, @Interface, then add to file list
|
static Map<String,List<String>> |
getModuleMap(AnnotationObject annotation)
maps the module with the panels containing the Panel annotation
|
static Map<String,List<String>> |
getModuleMap(List<File> files)
get map of module and path
eg.
|
public static Map<String,List<String>> getModuleMap(AnnotationObject annotation)
roundEnv - public static Map<String,List<String>> getModuleMap(List<File> files)
files - public static List<File> getFilesWithAnnotation(List<File> files, AnnotationObject annotation)
files - Copyright © 2022. All rights reserved.