org.kuali.common.util.spring
Class MetaInfProjectPropertiesConfig

java.lang.Object
  extended by org.kuali.common.util.spring.MetaInfProjectPropertiesConfig

@Configuration
public class MetaInfProjectPropertiesConfig
extends Object

Create project.properties and embed it inside META-INF for jar's/war's


Constructor Summary
MetaInfProjectPropertiesConfig()
           
 
Method Summary
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer pspc()
           
 Properties springProperties()
           
 Executable storePropertiesExecutable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaInfProjectPropertiesConfig

public MetaInfProjectPropertiesConfig()
Method Detail

pspc

@Bean
public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer pspc()

springProperties

@Bean
public Properties springProperties()

storePropertiesExecutable

@Bean(initMethod="execute")
public Executable storePropertiesExecutable()


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