Package com.vaadin.copilot
Class FlowUtil
java.lang.Object
com.vaadin.copilot.FlowUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<ComponentTracker.Location,
File> findActiveJavaFiles
(int uiId) Finds all Java files that are used to create the current component tree for the given ui.
-
Constructor Details
-
FlowUtil
public FlowUtil()
-
-
Method Details
-
findActiveJavaFiles
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
-