public class FlowUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static Map<com.vaadin.flow.component.internal.ComponentTracker.Location,File>
Finds all Java files that are used to create the current component tree
for the given ui.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FlowUtil
public FlowUtil()
-
Method Details
-
findActiveJavaFiles
public static Map<com.vaadin.flow.component.internal.ComponentTracker.Location,File> findActiveJavaFiles(int uiId)
Finds all Java files that are used to create the current component tree
for the given ui.
- Parameters:
uiId - the id for the UI
- Returns:
- a list of unique Java files