|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.util.EnvReader
public class EnvReader
Read environment variables from an application. Code obtained from "Real's How To" at http://www.rgagnon.com/javadetails/java-0150.html
| Constructor Summary | |
|---|---|
EnvReader()
|
|
| Method Summary | |
|---|---|
static Properties |
getEnvVars()
Gets the envVars attribute of the EnvReader class |
static String |
getProperty(String prop)
Gets the property attribute of the EnvReader class |
static void |
main(String[] args)
NOT YET DOCUMENTED |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnvReader()
| Method Detail |
|---|
public static Properties getEnvVars()
throws Throwable
Throwable - NOT YET DOCUMENTEDpublic static String getProperty(String prop)
prop - NOT YET DOCUMENTED
public static void main(String[] args)
args - NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||