Package 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
-
Constructor Summary
Constructors Constructor Description ConfigurationLister() -
Method Summary
-
Constructor Details
-
ConfigurationLister
public ConfigurationLister()
-