Guvnor Showcase WebApp 6.0.0.Beta1

org.kie.guvnor.backend.server
Class AppSetup

java.lang.Object
  extended by org.kie.guvnor.backend.server.AppSetup

@Singleton
public class AppSetup
extends Object


Constructor Summary
AppSetup(RepositoryService repositoryService, AppConfigService appConfigService)
           
 
Method Summary
 org.uberfire.backend.vfs.ActiveFileSystems fileSystems()
           
 org.kie.commons.io.IOSearchService ioSearchService()
           
 org.kie.commons.io.IOService ioService()
           
 void onStartup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppSetup

@Inject
public AppSetup(RepositoryService repositoryService,
                       AppConfigService appConfigService)
Method Detail

onStartup

@PostConstruct
public void onStartup()

fileSystems

@Produces
@Named(value="fs")
public org.uberfire.backend.vfs.ActiveFileSystems fileSystems()

ioService

@Produces
@Named(value="ioStrategy")
public org.kie.commons.io.IOService ioService()

ioSearchService

@Produces
@Named(value="ioSearchStrategy")
public org.kie.commons.io.IOSearchService ioSearchService()

Guvnor Showcase WebApp 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.