Uses of Class
org.springframework.extensions.config.ConfigDeployment

Packages that use ConfigDeployment
org.springframework.extensions.config   
org.springframework.extensions.config.source   
org.springframework.extensions.config.xml   
 

Uses of ConfigDeployment in org.springframework.extensions.config
 

Methods in org.springframework.extensions.config that return types with arguments of type ConfigDeployment
 List<ConfigDeployment> ConfigService.appendConfig(ConfigSource configSource)
           
 List<ConfigDeployment> BaseConfigService.appendConfig(ConfigSource configSource)
           
 List<ConfigDeployment> ConfigSource.getConfigDeployments()
           
 List<ConfigDeployment> ConfigDeployer.initConfig()
           
 List<ConfigDeployment> ConfigBootstrap.initConfig()
          Method called by ConfigService when the configuration files represented by this ConfigDeployer need to be initialised.
 List<ConfigDeployment> BaseConfigService.initConfig()
          Initialises the config service - via bootstrap
protected  List<ConfigDeployment> BaseConfigService.parse()
          Parses all the files passed to this config service
 

Uses of ConfigDeployment in org.springframework.extensions.config.source
 

Methods in org.springframework.extensions.config.source that return types with arguments of type ConfigDeployment
 List<ConfigDeployment> BaseConfigSource.getConfigDeployments()
          Converts all the sources given in the constructor into a list of input streams.
 

Uses of ConfigDeployment in org.springframework.extensions.config.xml
 

Methods in org.springframework.extensions.config.xml that return types with arguments of type ConfigDeployment
 List<ConfigDeployment> XMLConfigService.initConfig()
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.