Class AppSetup


  • @ApplicationScoped
    @Startup(BOOTSTRAP)
    public class AppSetup
    extends org.kie.workbench.screens.workbench.backend.BaseAppSetup
    • Field Summary

      • Fields inherited from class org.kie.workbench.screens.workbench.backend.BaseAppSetup

        configurationFactory, configurationService, GIT_SCHEME, GLOBAL_SETTINGS, ioService, logger, moduleService, organizationalUnitService, repositoryService
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AppSetup()  
        AppSetup​(org.uberfire.io.IOService ioService, org.guvnor.structure.repositories.RepositoryService repositoryService, org.guvnor.structure.organizationalunit.OrganizationalUnitService organizationalUnitService, org.kie.workbench.common.services.shared.project.KieModuleService moduleService, org.guvnor.structure.server.config.ConfigurationService configurationService, org.guvnor.structure.server.config.ConfigurationFactory configurationFactory, javax.enterprise.event.Event<org.uberfire.commons.services.cdi.ApplicationStarted> applicationStartedEvent)  
    • Constructor Detail

      • AppSetup

        protected AppSetup()
      • AppSetup

        @Inject
        public AppSetup​(@Named("ioStrategy")
                        org.uberfire.io.IOService ioService,
                        org.guvnor.structure.repositories.RepositoryService repositoryService,
                        org.guvnor.structure.organizationalunit.OrganizationalUnitService organizationalUnitService,
                        org.kie.workbench.common.services.shared.project.KieModuleService moduleService,
                        org.guvnor.structure.server.config.ConfigurationService configurationService,
                        org.guvnor.structure.server.config.ConfigurationFactory configurationFactory,
                        javax.enterprise.event.Event<org.uberfire.commons.services.cdi.ApplicationStarted> applicationStartedEvent)