Uses of Class
org.molgenis.app.manager.model.AppConfig
-
Packages that use AppConfig Package Description org.molgenis.app.manager.service org.molgenis.app.manager.service.impl -
-
Uses of AppConfig in org.molgenis.app.manager.service
Methods in org.molgenis.app.manager.service that return AppConfig Modifier and Type Method Description AppConfigAppManagerService. checkAndObtainConfig(String tempDir, String configContent)Check the app-configuration and obtain theAppConfigif the configuration is validMethods in org.molgenis.app.manager.service with parameters of type AppConfig Modifier and Type Method Description voidAppManagerService. configureApp(AppConfig appConfig, String htmlTemplate)Configure app in database. -
Uses of AppConfig in org.molgenis.app.manager.service.impl
Methods in org.molgenis.app.manager.service.impl that return AppConfig Modifier and Type Method Description AppConfigAppManagerServiceImpl. checkAndObtainConfig(String tempDir, String configContent)Methods in org.molgenis.app.manager.service.impl with parameters of type AppConfig Modifier and Type Method Description voidAppManagerServiceImpl. configureApp(AppConfig appConfig, String htmlTemplate)
-