org.kuali.common.deploy
Class KSDeployConfig

java.lang.Object
  extended by org.kuali.common.deploy.KSDeployConfig

@Configuration
@Import(value={org.kuali.common.jdbc.spring.JdbcPropertiesConfig.class,org.kuali.common.impex.spring.GeneratorPropertiesConfig.class,org.kuali.common.deploy.spring.DeployPropertiesConfig.class})
public class KSDeployConfig
extends Object


Field Summary
protected  DeployPropertiesConfig deployProperties
           
protected  org.springframework.core.env.Environment env
           
protected  org.kuali.common.impex.spring.GeneratorPropertiesConfig generatorProperties
           
protected  org.kuali.common.jdbc.spring.JdbcPropertiesConfig jdbcProperties
           
 
Constructor Summary
KSDeployConfig()
           
 
Method Summary
 List<org.kuali.common.util.property.ProjectProperties> getProjectPropertiesList()
           
 org.kuali.common.util.property.ProjectProperties mavenProperties()
           
 org.kuali.common.util.execute.Executable springExecutable()
           
 org.springframework.core.env.PropertySource<?> springPropertySource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

env

@Autowired
protected org.springframework.core.env.Environment env

jdbcProperties

@Autowired
protected org.kuali.common.jdbc.spring.JdbcPropertiesConfig jdbcProperties

generatorProperties

@Autowired
protected org.kuali.common.impex.spring.GeneratorPropertiesConfig generatorProperties

deployProperties

@Autowired
protected DeployPropertiesConfig deployProperties
Constructor Detail

KSDeployConfig

public KSDeployConfig()
Method Detail

getProjectPropertiesList

public List<org.kuali.common.util.property.ProjectProperties> getProjectPropertiesList()

mavenProperties

@Bean
public org.kuali.common.util.property.ProjectProperties mavenProperties()

springPropertySource

@Bean
public org.springframework.core.env.PropertySource<?> springPropertySource()

springExecutable

@Bean(initMethod="execute")
public org.kuali.common.util.execute.Executable springExecutable()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.