Uses of Class
com.vaadin.copilot.ProjectManager
Packages that use ProjectManager
Package
Description
-
Uses of ProjectManager in com.vaadin.copilot
Methods in com.vaadin.copilot with parameters of type ProjectManagerModifier and TypeMethodDescriptionstatic voidDownloader.downloadFile(URL url, File target, ProjectManager projectManager, com.vaadin.flow.server.frontend.installer.FileDownloader.ProgressListener progressListener) Downloads a file from the given URL to the target file.FlowUtil.findActiveJavaFiles(ProjectManager projectManager, int uiId) Finds all Java files that are used to create the current component tree for the given ui.static Map<com.vaadin.flow.component.Component, ComponentTypeAndSourceLocation> FlowUtil.findAllComponents(ProjectManager projectManager, int uiId) Util.findCurrentModule(ProjectManager projectManager, elemental.json.JsonObject currentView) Finds the module where the (first of) currently open view(s) is defined.Util.findCurrentViewFile(ProjectManager projectManager, elemental.json.JsonObject currentView) Finds a file related to the current view, to be able to determine which folder / project module to create new files in.Constructors in com.vaadin.copilot with parameters of type ProjectManagerModifierConstructorDescriptionApplicationInitializer(ProjectManager projectManager, com.vaadin.flow.server.VaadinServletContext context) Creates a new instance of the initializerComponentSourceFinder(ProjectManager projectManager) Creates a new instance of the finder.HotswapAgentDownloader(ProjectManager projectManager) Creates a new downloader for Hotswap Agent.HotswapDownloadHandler(ProjectManager projectManager) JavaRewriteHandler(ProjectManager projectManager, SourceSyncChecker sourceSyncChecker) Creates the one and only handler.JetbrainsRuntimeUtil(ProjectManager projectManager) Creates a new instance of JetbrainsRuntimeUtil.ProjectFileHandler(ProjectManager projectManager) RouteCreator(ProjectManager projectManager) RouteHandler(ProjectManager projectManager, com.vaadin.flow.server.VaadinServletContext context) Creates a new route handler.UiServiceHandler(ProjectManager projectManager, com.vaadin.flow.server.VaadinServletContext context) Creates a new endpoint handler. -
Uses of ProjectManager in com.vaadin.copilot.ai
Constructors in com.vaadin.copilot.ai with parameters of type ProjectManager -
Uses of ProjectManager in com.vaadin.copilot.ide
Constructors in com.vaadin.copilot.ide with parameters of type ProjectManagerModifierConstructorDescriptionIdeIntegration(ProjectManager projectManager) Creates a new integration with the given configuration.IdePluginCommandHandler(ProjectManager projectManager) OpenComponentInIDE(ProjectManager projectManager) -
Uses of ProjectManager in com.vaadin.copilot.javarewriter
Constructors in com.vaadin.copilot.javarewriter with parameters of type ProjectManagerModifierConstructorDescriptionJavaBatchRewriter(ProjectManager projectManager, List<ComponentTypeAndSourceLocation> componentLocations) JavaDataProviderHandler(ProjectManager projectManager, ComponentTypeAndSourceLocation typeAndSourceLocation) Reads source file which is found from typeAndSourceLocationJavaModifier(ProjectManager projectManager) Creates a modifier for the given projectJavaRewriterCopyPasteHandler(ProjectManager projectManager) SourceSyncChecker(ProjectManager projectManager, com.vaadin.flow.internal.DevModeHandlerManager devModeHandler) Starts the source file watcher with the given application configuration. -
Uses of ProjectManager in com.vaadin.copilot.plugins.accessibilitychecker
Constructors in com.vaadin.copilot.plugins.accessibilitychecker with parameters of type ProjectManagerModifierConstructorDescriptionAccessibilityCheckerMessageHandler(ProjectManager projectManager) AccessibilityJavaSourceModifier(ProjectManager projectManager, AccessibilityJavaSourceModifier.ErrorHandler errorHandler, AccessibilityJavaSourceModifier.SuccessHandler successHandler) -
Uses of ProjectManager in com.vaadin.copilot.plugins.i18n
Constructors in com.vaadin.copilot.plugins.i18n with parameters of type ProjectManagerModifierConstructorDescriptionI18nHandler(ProjectManager projectManager) Create a new i18n handlerI18nHandler(ProjectManager projectManager, ComponentSourceFinder sourceFinder) -
Uses of ProjectManager in com.vaadin.copilot.plugins.testgeneration
Constructors in com.vaadin.copilot.plugins.testgeneration with parameters of type ProjectManager -
Uses of ProjectManager in com.vaadin.copilot.plugins.themeeditor
Fields in com.vaadin.copilot.plugins.themeeditor declared as ProjectManagerModifier and TypeFieldDescriptionprotected final ProjectManagerCopilotEditor.projectManagerprotected final ProjectManagerThemeEditorMessageHandler.projectManagerConstructors in com.vaadin.copilot.plugins.themeeditor with parameters of type ProjectManagerModifierConstructorDescriptionCopilotEditor(ProjectManager projectManager) JavaSourceModifier(ProjectManager projectManager) ThemeEditorMessageHandler(ProjectManager projectManager) ThemeModifier(ProjectManager projectManager) Constructor