Uses of Record Class
com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Packages that use JavaSourcePathDetector.ModuleInfo
-
Uses of JavaSourcePathDetector.ModuleInfo in com.vaadin.copilot
Methods in com.vaadin.copilot that return types with arguments of type JavaSourcePathDetector.ModuleInfoModifier and TypeMethodDescriptionUtil.findCurrentModule
(ProjectManager projectManager, elemental.json.JsonObject currentView) Finds the module where the (first of) currently open view(s) is defined.ProjectFileManager.findModule
(File file) Finds the module where the given resource is located.ProjectFileManager.getModules()
Gets the modules in the project.JavaSourcePathDetector.ProjectPaths.modules()
Returns the value of themodules
record component.Constructor parameters in com.vaadin.copilot with type arguments of type JavaSourcePathDetector.ModuleInfoModifierConstructorDescriptionProjectPaths
(Path basedir, List<JavaSourcePathDetector.ModuleInfo> modules, List<Path> allSourcePaths, List<Path> allResourcePaths) Creates an instance of aProjectPaths
record class.