Class CommandLineSetup
- java.lang.Object
-
- org.uberfire.server.cdi.UberFireGeneralFactory
-
- org.kie.workbench.common.project.cli.CommandLineSetup
-
@ApplicationScoped @Specializes public class CommandLineSetup extends org.uberfire.server.cdi.UberFireGeneralFactory
-
-
Constructor Summary
Constructors Constructor Description CommandLineSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.rpc.SessionInfogetSessionInfo(org.jboss.errai.security.shared.service.AuthenticationService authenticationService)org.uberfire.io.IOServiceioService(org.uberfire.backend.server.IOWatchServiceAllImpl watchService)org.uberfire.ext.metadata.MetadataConfigluceneConfig()org.kie.soup.project.datamodel.commons.util.MVELEvaluatormvelEvaluator()org.jboss.errai.security.shared.api.identity.Useruser()
-
-
-
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:
getSessionInfoin classorg.uberfire.server.cdi.UberFireGeneralFactory
-
-