de.hpi.fgis.voidgen.hadoop.tests
Class ConfigurationPrinter

java.lang.Object
  extended by de.hpi.fgis.voidgen.hadoop.tests.ConfigurationPrinter

public class ConfigurationPrinter
extends java.lang.Object

Encapsulates printing all properties of the configuration of a Tool to the standard output.

Author:
Johannes Gosda, Hasso Plattner Institute at University of Potsdam, Germany

Constructor Summary
ConfigurationPrinter(org.apache.hadoop.util.Tool tool)
          Prints the Configuration and it's entries of the given Tool to the standard output.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationPrinter

public ConfigurationPrinter(org.apache.hadoop.util.Tool tool)
Prints the Configuration and it's entries of the given Tool to the standard output.

Parameters:
tool - The Tool containing the Configuration