p2pMapReduce.util
Class PropertiesLoader

java.lang.Object
  extended by p2pMapReduce.util.PropertiesLoader

public class PropertiesLoader
extends java.lang.Object

An utility class to load configuration parameters from the properties file "conf/P2PMapReduce.properties"


Constructor Summary
PropertiesLoader()
           
 
Method Summary
static java.util.Properties load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesLoader

public PropertiesLoader()
Method Detail

load

public static java.util.Properties load()
                                 throws java.io.IOException
Returns:
The Properties instance with the load properties
Throws:
java.io.IOException