Uses of Class
org.powertac.common.PluginConfig

Packages that use PluginConfig
org.powertac.common   
org.powertac.common.repo   
 

Uses of PluginConfig in org.powertac.common
 

Methods in org.powertac.common that return PluginConfig
 PluginConfig PluginConfig.addConfiguration(String name, String value)
          Adds a config item to this PluginConfig.
 PluginConfig PluginConfig.asPrivileged()
           
 

Methods in org.powertac.common with parameters of type PluginConfig
 boolean PluginConfig.update(PluginConfig replacement)
          Updates the configuration from a matching PluginConfig (presumably this was read from a file or received as a message).
 

Uses of PluginConfig in org.powertac.common.repo
 

Methods in org.powertac.common.repo that return PluginConfig
 PluginConfig PluginConfigRepo.findByRoleName(String role)
          Returns the first config with a matching role name, if any
 PluginConfig PluginConfigRepo.findMatching(PluginConfig match)
          Returns the PluginConfig instance (if any) that matches the given PluginConfig by role name and name.
 PluginConfig PluginConfigRepo.makePluginConfig(String role, String name)
           
 

Methods in org.powertac.common.repo that return types with arguments of type PluginConfig
 List<PluginConfig> PluginConfigRepo.findAllByRoleName(String role)
          Returns the first config with a matching role name, if any
 List<PluginConfig> PluginConfigRepo.findAllPublic()
          Returns the list of PluginConfig instances that are public information with respect to brokers.
 List<PluginConfig> PluginConfigRepo.list()
          Returns the list of instances in the repo.
 

Methods in org.powertac.common.repo with parameters of type PluginConfig
 PluginConfig PluginConfigRepo.findMatching(PluginConfig match)
          Returns the PluginConfig instance (if any) that matches the given PluginConfig by role name and name.
 



Copyright © 2012. All Rights Reserved.