org.kuali.common.deploy.spring
Class DefaultDeployContextConfig

java.lang.Object
  extended by 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


Constructor Summary
DefaultDeployContextConfig()
           
 
Method Summary
 DeployContext deployContext()
           
protected  org.kuali.common.util.maven.model.Artifact getApplicationArtifact()
           
protected  List<Deployable> getApplicationConfig()
           
protected  Deployable getApplicationConfig(String localKey)
           
protected  DeployContext getDeployContext()
           
protected  com.google.common.base.Optional<org.kuali.common.util.maven.model.Artifact> getJdbcDriverArtifact()
           
protected  org.kuali.common.util.maven.model.Artifact getVendorJdbcDriver()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDeployContextConfig

public DefaultDeployContextConfig()
Method Detail

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.