@Singleton public class ModuleManagerImpl extends Object implements ModuleManager
ModuleManager.Factory, ModuleManager.ModuleAndDeltas, ModuleManager.ModuleManagementState
Constructor and Description |
---|
ModuleManagerImpl(InstallContextImpl installContext,
ModuleDefinitionReader moduleDefinitionReader,
ModuleRegistry moduleRegistry,
DependencyChecker dependencyChecker,
Node2BeanProcessor nodeToBean,
RepositoryManager repositoryManager)
Deprecated.
|
ModuleManagerImpl(InstallContextImpl installContext,
Set<ModuleDefinitionReader> moduleDefinitionReaders,
ModuleRegistry moduleRegistry,
DependencyChecker dependencyChecker,
Node2BeanProcessor nodeToBean,
RepositoryManager repositoryManager) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyDeltas(ModuleDefinition moduleDef,
List<Delta> deltas,
InstallContextImpl ctx)
Applies to given deltas for the given module.
|
void |
checkForInstallOrUpdates()
In addition to checking for install or updates, this method also loads
repositories when there are no pending install or update tasks.
|
protected void |
executeStartupTasks()
Process startup tasks.
|
InstallContext |
getInstallContext() |
protected Map<String,Object> |
getModuleInstanceProperties(ModuleDefinition moduleDefinition)
Deprecated.
since 6.1. The module instance should be created by info.magnolia.config.module.ModuleInstanceRegistry.
|
ModuleManager.ModuleManagementState |
getStatus()
Returns the status as discovered by checkForInstallOrUpdates().
|
ModuleManagerUI |
getUI() |
protected void |
installOrUpdateModule(ModuleManager.ModuleAndDeltas moduleAndDeltas,
InstallContextImpl ctx) |
List<ModuleDefinition> |
loadDefinitions()
Loads modules definitions, validates dependencies and sorts modules
by dependencies.
|
protected ModuleVersionHandler |
newVersionHandler(ModuleDefinition module) |
void |
performInstallOrUpdate() |
protected void |
populateModuleInstance(Object moduleInstance,
Map<String,Object> moduleProperties)
Deprecated.
since 6.1. The module instance should be created by info.magnolia.config.module.ModuleInstanceRegistry.
|
protected void |
startModule(Object moduleInstance,
ModuleDefinition moduleDefinition,
ModuleLifecycleContextImpl lifecycleContext) |
void |
startModules() |
protected void |
stopModule(Object moduleInstance,
ModuleDefinition moduleDefinition,
ModuleLifecycleContextImpl lifecycleContext) |
void |
stopModules() |
@Deprecated public ModuleManagerImpl(InstallContextImpl installContext, ModuleDefinitionReader moduleDefinitionReader, ModuleRegistry moduleRegistry, DependencyChecker dependencyChecker, Node2BeanProcessor nodeToBean, RepositoryManager repositoryManager)
ModuleManagerImpl(InstallContextImpl, Set, ModuleRegistry, DependencyChecker, Node2BeanProcessor, RepositoryManager)
instead.@Inject public ModuleManagerImpl(InstallContextImpl installContext, Set<ModuleDefinitionReader> moduleDefinitionReaders, ModuleRegistry moduleRegistry, DependencyChecker dependencyChecker, Node2BeanProcessor nodeToBean, RepositoryManager repositoryManager)
public List<ModuleDefinition> loadDefinitions() throws ModuleManagementException
ModuleManager
loadDefinitions
in interface ModuleManager
ModuleManagementException
public void checkForInstallOrUpdates()
checkForInstallOrUpdates
in interface ModuleManager
ModuleManager.checkForInstallOrUpdates()
public ModuleManager.ModuleManagementState getStatus()
ModuleManager
getStatus
in interface ModuleManager
public ModuleManagerUI getUI()
getUI
in interface ModuleManager
protected ModuleVersionHandler newVersionHandler(ModuleDefinition module)
public void performInstallOrUpdate()
performInstallOrUpdate
in interface ModuleManager
public InstallContext getInstallContext()
getInstallContext
in interface ModuleManager
public void startModules()
startModules
in interface ModuleManager
protected void executeStartupTasks()
ModuleDefinition.getStartupTasks()
are always executed and
do not require manual intervention.protected void startModule(Object moduleInstance, ModuleDefinition moduleDefinition, ModuleLifecycleContextImpl lifecycleContext)
protected void stopModule(Object moduleInstance, ModuleDefinition moduleDefinition, ModuleLifecycleContextImpl lifecycleContext)
@Deprecated protected Map<String,Object> getModuleInstanceProperties(ModuleDefinition moduleDefinition)
@Deprecated protected void populateModuleInstance(Object moduleInstance, Map<String,Object> moduleProperties)
public void stopModules()
stopModules
in interface ModuleManager
protected void installOrUpdateModule(ModuleManager.ModuleAndDeltas moduleAndDeltas, InstallContextImpl ctx)
protected void applyDeltas(ModuleDefinition moduleDef, List<Delta> deltas, InstallContextImpl ctx)
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.