Uses of Interface
ru.cg.webbpm.studio.core.api.project.DependencyManager
Packages that use DependencyManager
Package
Description
-
Uses of DependencyManager in ru.cg.webbpm.studio.core.impl.migrations
Constructors in ru.cg.webbpm.studio.core.impl.migrations with parameters of type DependencyManagerModifierConstructorDescriptionVersionManagerImpl
(ApplicationInfo applicationInfo, DependencyManager dependencyManager, List<FileWithVersionsIO<? extends HasVersions>> ioComponents) -
Uses of DependencyManager in ru.cg.webbpm.studio.core.impl.project
Classes in ru.cg.webbpm.studio.core.impl.project that implement DependencyManager -
Uses of DependencyManager in ru.cg.webbpm.studio.core.migrations.impl
Constructors in ru.cg.webbpm.studio.core.migrations.impl with parameters of type DependencyManagerModifierConstructorDescriptionMigrationManagerImpl
(ProjectManager projectManager, DependencyManager dependencyManager, VersionManager versionManager, List<ObjectExtractor<?, ?>> extractors, List<FileWithVersionsIO<? extends HasVersions>> ioComponents, MigrationRegistry studioMigrationRegistry, MigrationCache migrationCache, PackageContextsHolder contextsHolder, ComponentManager componentManager, FileBasedIndex fileBasedIndex) PackageContextsHolder
(ProjectManager projectManager, DependencyManager dependencyManager, FileManager fileManager, org.springframework.context.ApplicationContext bundleContext) -
Uses of DependencyManager in ru.cg.webbpm.studio.localization_generation_plugin
Constructors in ru.cg.webbpm.studio.localization_generation_plugin with parameters of type DependencyManagerModifierConstructorDescriptionJavaMetadataStoreInPackaging
(ProjectManager projectManager, DependencyManager dependencyManager, Path path) TsMetadataStoreInPackaging
(ProjectManager projectManager, DependencyManager dependencyManager, Path path) -
Uses of DependencyManager in ru.cg.webbpm.studio.rpc_generation_plugin
Constructors in ru.cg.webbpm.studio.rpc_generation_plugin with parameters of type DependencyManagerModifierConstructorDescriptionJavaMetadataStoreInPackaging
(ProjectManager projectManager, DependencyManager dependencyManager, Path path) -
Uses of DependencyManager in ru.cg.webbpm.studio.subsystems.packaging.impl
Constructors in ru.cg.webbpm.studio.subsystems.packaging.impl with parameters of type DependencyManagerModifierConstructorDescriptionDescriptorFileListener
(DependencyManager dependencyManager, FileManager fileManager, List<PackageOperationListener> listeners) PackageManagerImpl
(ApplicationInfo applicationInfo, ProjectManager projectManager, DependencyManager dependencyManager, RepositoryManager repositoryManager) -
Uses of DependencyManager in ru.cg.webbpm.studio.subsystems.packaging.ui
Constructors in ru.cg.webbpm.studio.subsystems.packaging.ui with parameters of type DependencyManagerModifierConstructorDescriptionPackageExManagerImpl
(ProjectManager projectManager, ProgressManager progressManager, Alerts alerts, PackageManager packageManager, DependencyManager dependencyManager, CompileExManager compileExManager, MigrationManager migrationManager, ValidationManager validationManager, VersionControl versionControl, GitServiceEx gitServiceEx, CommitFilesPanel commitFilesPanel, Console console, List<PackageOperationListener> listeners, FileBasedIndex fileBasedIndex, FileManager fileManager) -
Uses of DependencyManager in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl with parameters of type DependencyManagerModifierConstructorDescriptionComponentManagerImpl
(ProjectManager projectManager, DependencyManager dependencyManager, Console console, ComponentRegistry componentRegistry, VersionManager versionManager) -
Uses of DependencyManager in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.component
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.component with parameters of type DependencyManagerModifierConstructorDescriptionComponentRegistry
(ProjectManager projectManager, DependencyManager dependencyManager, FileBasedIndex fileBasedIndex, ComponentAdapterBean componentAdapterBean) -
Uses of DependencyManager in ru.cg.webbpm.studio.subsystems.scripting.compile.impl
Constructors in ru.cg.webbpm.studio.subsystems.scripting.compile.impl with parameters of type DependencyManagerModifierConstructorDescriptionMetadataUpdateListener
(DependencyManager dependencyManager, TypescriptMetadataStore typescriptMetadataStore, JavaMetadataStore javaMetadataStore) -
Uses of DependencyManager in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata
Fields in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata declared as DependencyManagerModifier and TypeFieldDescriptionprotected final DependencyManager
BaseMetadataStore.dependencyManager
Constructors in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata with parameters of type DependencyManagerModifierConstructorDescriptionprotected
BaseMetadataStore
(ProjectManager projectManager, DependencyManager dependencyManager, Console console) JavaMetadataStore
(ProjectManager projectManager, DependencyManager dependencyManager, Console console) -
Uses of DependencyManager in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata.typescript
Constructors in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata.typescript with parameters of type DependencyManagerModifierConstructorDescriptionTypescriptMetadataStore
(ProjectManager projectManager, DependencyManager dependencyManager, Console console)