org.kuali.common.deploy.spring
Class DefaultDeployContextConfig
java.lang.Object
org.kuali.common.deploy.spring.DefaultDeployContextConfig
- All Implemented Interfaces:
- DeployContextConfig
@Configuration
@Import(value={org.kuali.common.util.spring.service.SpringServiceConfig.class,DefaultDeployEnvironmentConfig.class,DefaultSecureChannelConfig.class})
public class DefaultDeployContextConfig
- extends Object
- implements DeployContextConfig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDeployContextConfig
public DefaultDeployContextConfig()
deployContext
@Bean
public DeployContext deployContext()
- Specified by:
deployContext
in interface DeployContextConfig
getApplicationConfig
protected List<Deployable> getApplicationConfig()
getApplicationConfig
protected Deployable getApplicationConfig(String localKey)
getJdbcDriverArtifact
protected com.google.common.base.Optional<org.kuali.common.util.maven.model.Artifact> getJdbcDriverArtifact()
getVendorJdbcDriver
protected org.kuali.common.util.maven.model.Artifact getVendorJdbcDriver()
getApplicationArtifact
protected org.kuali.common.util.maven.model.Artifact getApplicationArtifact()
getDeployContext
protected DeployContext getDeployContext()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.