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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesSugar
public PropertiesSugar()
- Enabled:
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?