org.olat.core.configuration
Class ModuleConfig

java.lang.Object
  extended by org.olat.core.configuration.ModuleConfig

public class ModuleConfig
extends java.lang.Object

Holds the configured Modules from the _spring/defaultconfig.xml and _spring/extconfig.xml

Initial Date: 20.06.2006

Author:
patrickb

Constructor Summary
ModuleConfig()
           
 
Method Summary
 java.util.Map getModules()
          [key, value] pairs
key is a String with an name/ id of the module value is of type ModuleLifeCycle
 void setModules(java.util.Map modulesInj)
          called only by spring
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleConfig

public ModuleConfig()
Method Detail

setModules

public void setModules(java.util.Map modulesInj)
called only by spring

Parameters:
modulesInj -

getModules

public java.util.Map getModules()
[key, value] pairs

Returns: