org.kuali.rice.xml.spring
Class IngestXmlPSC
java.lang.Object
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)
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 |
IngestXmlPSC
public IngestXmlPSC()
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.