org.springframework.extensions.config
Interface ConfigSource

All Known Implementing Classes:
BaseConfigSource, ClassPathConfigSource, FileConfigSource, HTTPConfigSource, JarConfigSource, UrlConfigSource, WebAppConfigSource

public interface ConfigSource

Definition of a configuration source

Author:
gavinc

Method Summary
 List<ConfigDeployment> getConfigDeployments()
           
 

Method Detail

getConfigDeployments

List<ConfigDeployment> getConfigDeployments()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.