@Configuration
@ComponentScan(value={"com.xebialabs.deployit.service.validation","com.xebialabs.xltest"})
@ImportResource(value="classpath:spring/xltest-context.xml")
public class ContextConfig
extends java.lang.Object
implements org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
ContextConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
com.xebialabs.xltest.service.EventRepository |
eventRepository() |
java.util.concurrent.ExecutorService |
executorService() |
com.xebialabs.deployit.jcr.JackrabbitRepositoryFactoryBean |
getFactory() |
com.xebialabs.deployit.engine.api.MetadataService |
metadataService()
Bean for ConfigurationItem support.
|
com.xebialabs.deployit.plugin.api.services.Repository |
repository(com.xebialabs.deployit.repository.RepositoryService repositoryService,
com.xebialabs.deployit.service.validation.Validator validator) |
com.xebialabs.deployit.repository.RepositoryService |
repositoryService() |
com.xebialabs.deployit.repository.RepositoryServiceHolder |
repositoryServiceHolder(com.xebialabs.deployit.repository.RepositoryService repositoryService) |
@Bean public com.xebialabs.deployit.engine.api.MetadataService metadataService()
@Bean
public com.xebialabs.deployit.plugin.api.services.Repository repository(com.xebialabs.deployit.repository.RepositoryService repositoryService,
com.xebialabs.deployit.service.validation.Validator validator)
@Bean public com.xebialabs.deployit.repository.RepositoryServiceHolder repositoryServiceHolder(com.xebialabs.deployit.repository.RepositoryService repositoryService)
@Bean
public com.xebialabs.deployit.repository.RepositoryService repositoryService()
throws java.io.IOException,
javax.jcr.RepositoryException
java.io.IOExceptionjavax.jcr.RepositoryExceptionpublic com.xebialabs.deployit.jcr.JackrabbitRepositoryFactoryBean getFactory()
@Bean
public com.xebialabs.xltest.service.EventRepository eventRepository()
throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException@Bean public java.util.concurrent.ExecutorService executorService()
public void destroy()
throws java.lang.Exception
destroy in interface org.springframework.beans.factory.DisposableBeanjava.lang.Exception