Class ModuleConfig


  • public final class ModuleConfig
    extends Object
    Configuration of a module. This config module contains - config of components - config of plugins - config of resources - params
    Author:
    npiedeloup, pchretien
    • Method Detail

      • builder

        public static ModuleConfigBuilder builder​(String name)
        Static method factory for ModuleConfigBuilder
        Parameters:
        name - Name of the module
        Returns:
        ModuleConfigBuilder
      • getComponentConfigs

        public List<CoreComponentConfig> getComponentConfigs()
        Returns:
        the list of the component-configs
      • getAspectConfigs

        public List<AspectConfig> getAspectConfigs()
        Returns:
        the list of the aspect-configs
      • getProxyMethodConfigs

        public List<ProxyMethodConfig> getProxyMethodConfigs()
        Returns:
        the list of the proxy configs
      • getName

        public String getName()
        Returns:
        Nom du module.