org.erights.e.meta.java.util
Class PropertiesSugar

java.lang.Object
  |
  +--org.erights.e.meta.java.util.PropertiesSugar

public class PropertiesSugar
extends Object

Untamed:

Author:
Mark S. Miller

Constructor Summary
PropertiesSugar()
          Enabled:
 
Method Summary
static void loadFromFile(Properties self, File propsFile)
          Enabled: Adds properties read from propsFile to self
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesSugar

public PropertiesSugar()
Enabled:

Method Detail

loadFromFile

public static void loadFromFile(Properties self,
                                File propsFile)
                         throws IOException
Enabled: Adds properties read from propsFile to self

Parameters:
self -
propsFile -
Throws:
IOException


comments?