Class CommandLineSetup


  • @ApplicationScoped
    @Specializes
    public class CommandLineSetup
    extends org.uberfire.server.cdi.UberFireGeneralFactory
    • Constructor Detail

      • CommandLineSetup

        public CommandLineSetup()
    • Method Detail

      • user

        @Produces
        @Singleton
        public org.jboss.errai.security.shared.api.identity.User user()
      • mvelEvaluator

        @Produces
        @Singleton
        public org.kie.soup.project.datamodel.commons.util.MVELEvaluator mvelEvaluator()
      • luceneConfig

        @Produces
        @Singleton
        @Named("luceneConfig")
        public org.uberfire.ext.metadata.MetadataConfig luceneConfig()
      • ioService

        @Produces
        @Named("ioStrategy")
        @Singleton
        public org.uberfire.io.IOService ioService​(org.uberfire.backend.server.IOWatchServiceAllImpl watchService)
      • getSessionInfo

        @Produces
        @Default
        @ApplicationScoped
        public org.uberfire.rpc.SessionInfo getSessionInfo​(org.jboss.errai.security.shared.service.AuthenticationService authenticationService)
        Overrides:
        getSessionInfo in class org.uberfire.server.cdi.UberFireGeneralFactory