|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hawk.util.PropertiesUtil
public class PropertiesUtil
An utility to save and load properties.
| Constructor Summary | |
|---|---|
PropertiesUtil()
|
|
| Method Summary | |
|---|---|
static java.util.Properties |
loadProperties(java.lang.String file)
This loads properties from the file. |
static boolean |
saveProperties(java.util.Properties props,
java.lang.String file)
This saves properties into the file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesUtil()
| Method Detail |
|---|
public static boolean saveProperties(java.util.Properties props,
java.lang.String file)
props - file -
public static java.util.Properties loadProperties(java.lang.String file)
props - file -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||