Package com.vaadin.copilot
Class JavaSourcePathDetector
java.lang.Object
com.vaadin.copilot.JavaSourcePathDetector
Detects the source folders in use by the project.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptiondetectProjectPaths(ApplicationConfiguration applicationConfiguration) Detects the source folders in use by the project.
-
Method Details
-
detectProjectPaths
public static JavaSourcePathDetector.ProjectPaths detectProjectPaths(ApplicationConfiguration applicationConfiguration) Detects the source folders in use by the project.- Parameters:
applicationConfiguration- the application configuration- Returns:
- the source folders in use by the project
-