org.kie.backend
Class AppSetup
java.lang.Object
org.kie.backend.AppSetup
@Singleton
public class AppSetup
- extends Object
|
Constructor Summary |
AppSetup(org.kie.guvnor.services.repositories.RepositoryService repositoryService,
org.kie.guvnor.services.config.AppConfigService appConfigService)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppSetup
@Inject
public AppSetup(org.kie.guvnor.services.repositories.RepositoryService repositoryService,
org.kie.guvnor.services.config.AppConfigService appConfigService)
onStartup
@PostConstruct
public void onStartup()
ioService
@Produces
@Named(value="ioStrategy")
public org.kie.commons.io.IOService ioService()
fileSystems
@Produces
@Named(value="fs")
public org.uberfire.backend.vfs.ActiveFileSystems fileSystems()
fileSystem
@Produces
@Named(value="fileSystem")
public org.kie.commons.java.nio.file.FileSystem fileSystem()
ioSearchService
@Produces
@Named(value="ioSearchStrategy")
public org.kie.commons.io.IOSearchService ioSearchService()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.