Uses of Interface
org.powertac.common.config.ConfigurationRecorder
-
Packages that use ConfigurationRecorder Package Description org.powertac.common.config Annotations and tools to standardize and automate configuration of the Power TAC simulation server and brokers. -
-
Uses of ConfigurationRecorder in org.powertac.common.config
Methods in org.powertac.common.config with parameters of type ConfigurationRecorder Modifier and Type Method Description void
Configurator. gatherBootstrapList(List<Object> things, ConfigurationRecorder recorder)
Pulls "bootstrapState" ConfigurationValues out of objects in the given list, adds them to config with their names.void
Configurator. gatherBootstrapState(Object thing, ConfigurationRecorder recorder)
Pulls the "bootstrapState" ConfigurableValues out of object thing, adds them to config.void
Configurator. gatherPublishedConfiguration(Object thing, ConfigurationRecorder recorder)
Pulls the "published" ConfigurableValues out of object thing, adds them to config.void
Configurator. setConfigOutput(ConfigurationRecorder configOutput)
Sets up an output stream for config dump.
-