org.powertac.common.config
Class ConfigurationLister

java.lang.Object
  extended by 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
ConfigurationLister()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationLister

public ConfigurationLister()


Copyright © 2012. All Rights Reserved.