Package cz.metacentrum.perun.core.impl
Class ConfigManagerImpl
java.lang.Object
cz.metacentrum.perun.core.impl.ConfigManagerImpl
- All Implemented Interfaces:
ConfigManagerImplApi
- Author:
- David Flor <493294@mail.muni.cz>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Reloads the configuration of brandings and their respective apps (see perun-apps-config.yml)void
setPerunAppsConfigLoader
(PerunAppsConfigLoader perunAppsConfigLoader) Sets the PerunAppsConfigLoader
-
Constructor Details
-
ConfigManagerImpl
public ConfigManagerImpl()
-
-
Method Details
-
setPerunAppsConfigLoader
Description copied from interface:ConfigManagerImplApi
Sets the PerunAppsConfigLoader- Specified by:
setPerunAppsConfigLoader
in interfaceConfigManagerImplApi
- Parameters:
perunAppsConfigLoader
- loader to set
-
reloadAppsConfig
public void reloadAppsConfig()Description copied from interface:ConfigManagerImplApi
Reloads the configuration of brandings and their respective apps (see perun-apps-config.yml)- Specified by:
reloadAppsConfig
in interfaceConfigManagerImplApi
-