Package org.springframework.extensions.config.source

Class Summary
BaseConfigSource Base class for ConfigSource implementations, provides support for parsing comma separated sources and iterating around them
ClassPathConfigSource ConfigSource implementation that gets its data via the class path.
FileConfigSource ConfigSource implementation that gets its data via a file or files.
HTTPConfigSource ConfigSource implementation that gets its data via HTTP.
JarConfigSource ConfigSource implementation that gets its data via a file within a JAR file.
UrlConfigSource ConfigSource that looks for a prefix to determine where to look for the config.
Valid prefixes are: file: the location provided is a path to a physical file classpath: the location provided is a resource on the classpath http: the location provided is a HTTP address jar: the location provided is within a JAR file.
WebAppConfigSource ConfigSource implementation that gets its data via files in a web application.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.