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(com.vaadin.flow.server.VaadinSession session, com.fasterxml.jackson.databind.JsonNode 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 themodulesrecord component.Methods in com.vaadin.copilot with parameters of type JavaSourcePathDetector.ModuleInfoModifier and TypeMethodDescriptionbooleanUIServiceCreator.createServiceAndBean(UIServiceCreator.ServiceAndBeanInfo serviceAndBeanInfo, JavaSourcePathDetector.ModuleInfo moduleInfo) Creates a service and bean based on the provided ServiceAndBeanInfo.static StringUtil.decideEntityPackage(JavaSourcePathDetector.ModuleInfo moduleInfo, Path referenceFile, String mainPackage) static StringUtil.decideRepositoryPackage(JavaSourcePathDetector.ModuleInfo moduleInfo, Path referenceFile, String mainPackage) static StringUtil.decideServicePackage(JavaSourcePathDetector.ModuleInfo moduleInfo, Path referenceFile, String mainPackage) 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 aProjectPathsrecord class.