org.kuali.rice.xml.spring
Class IngestXmlPSC

java.lang.Object
  extended by org.kuali.rice.xml.spring.IngestXmlPSC
All Implemented Interfaces:
org.kuali.common.util.spring.service.PropertySourceConfig

@Configuration
@Import(value={org.kuali.common.jdbc.project.spring.JdbcPropertyLocationsConfig.class,org.kuali.common.util.properties.spring.DefaultPropertiesServiceConfig.class,SourceSqlPropertyLocationsConfig.class,IngestXmlPropertyLocationsConfig.class})
public class IngestXmlPSC
extends Object
implements org.kuali.common.util.spring.service.PropertySourceConfig

Holds the property source for all of the different properties needed for the workflow XML ingestion process.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
IngestXmlPSC()
           
 
Method Summary
 org.springframework.core.env.PropertySource<?> propertySource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IngestXmlPSC

public IngestXmlPSC()
Method Detail

propertySource

@Bean
public org.springframework.core.env.PropertySource<?> propertySource()
Specified by:
propertySource in interface org.kuali.common.util.spring.service.PropertySourceConfig


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.