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 Classes -
Method Summary
Modifier and TypeMethodDescriptiondetectSourcePaths
(ApplicationConfiguration applicationConfiguration) Detects the source folders in use by the project.
-
Method Details
-
detectSourcePaths
public static JavaSourcePathDetector.PathInfo detectSourcePaths(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
-