|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.flyway.core.util.PropertiesUtils
public final class PropertiesUtils
Utility for dealing with property files. Necessary due to Java 5 compatibility.
Code inspired from Spring's DefaultPropertiesPersister.
| Method Summary | |
|---|---|
static java.util.Properties |
loadPropertiesFromString(java.lang.String propertiesData)
Loads this properties data from this string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.Properties loadPropertiesFromString(java.lang.String propertiesData)
throws java.io.IOException
propertiesData - The string containing the properties data.
java.io.IOException - when the data could not be read.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||