public class ModuleDeployer
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Module
s accordingly, applying Plugin
logic
to them.Constructor and Description |
---|
ModuleDeployer() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
deployAndStore(Module module,
ModuleDescriptor descriptor) |
java.util.Map<java.lang.String,java.util.Map<java.lang.Integer,Module>> |
getDeployedModules() |
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
undeploy(ModuleDescriptor moduleDescriptor) |
public java.util.Map<java.lang.String,java.util.Map<java.lang.Integer,Module>> getDeployedModules()
public void setApplicationContext(org.springframework.context.ApplicationContext context)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
public void deployAndStore(Module module, ModuleDescriptor descriptor)
public void undeploy(ModuleDescriptor moduleDescriptor)