org.powertac.common.config
Class ConfigurationLister
java.lang.Object
org.powertac.common.config.ConfigurationLister
public class ConfigurationLister
- extends Object
This is a helper class for generating a sample configuration file from configured instances.
To use it, you need to create and configure a set of instances, then open an output stream
and run an instance of this class across the configured instances to generate the output
text.
- Author:
- John Collins
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationLister
public ConfigurationLister()
Copyright © 2012. All Rights Reserved.