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 void
Downloader.downloadFile
(URL url, File target, ProjectManager projectManager, FileDownloader.ProgressListener progressListener) Downloads a file from the given URL to the target file.static Map<ComponentTracker.Location,
File> FlowUtil.findActiveJavaFiles
(ProjectManager projectManager, int uiId) Finds all Java files that are used to create the current component tree for the given ui.Constructors in com.vaadin.copilot with parameters of type ProjectManagerModifierConstructorDescriptionApplicationInitializer
(ProjectManager projectManager, 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, VaadinServletContext context) Creates a new route handler.UiServiceHandler
(ProjectManager projectManager, 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 project -
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 ProjectManagerConstructors in com.vaadin.copilot.plugins.themeeditor with parameters of type ProjectManagerModifierConstructorDescriptionCopilotEditor
(ProjectManager projectManager) JavaSourceModifier
(ProjectManager projectManager) ThemeEditorMessageHandler
(ProjectManager projectManager) ThemeModifier
(ProjectManager projectManager) Constructor