org.kuali.common.deploy
Class KSDeployConfig
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
KSDeployConfig
public KSDeployConfig()
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.