|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.hudson.maven.plugins.hpi.PropertyUtils
public final class PropertyUtils
| Method Summary | |
|---|---|
static java.util.Properties |
loadPropertyFile(java.io.File propfile,
boolean fail,
boolean useSystemProps)
Reads a property file, resolving all internal variables. |
| 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 loadPropertyFile(java.io.File propfile,
boolean fail,
boolean useSystemProps)
throws java.io.IOException
propfile - The property file to loadfail - whether to throw an exception when the file cannot be loaded or to return nulluseSystemProps - whether to incorporate System.getProperties settings into the returned Properties object.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||