Package org.dlese.dpc.util
Class EnvReader
java.lang.Object
org.dlese.dpc.util.EnvReader
Read environment variables from an application.
Code obtained from "Real's How To" at http://www.rgagnon.com/javadetails/java-0150.html
- Version:
- $Id: EnvReader.java,v 1.3 2009/03/20 23:34:00 jweather Exp $
- Author:
- Jonathan Ostwald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiesGets the envVars attribute of the EnvReader classstatic StringgetProperty(String prop) Gets the property attribute of the EnvReader classstatic voidNOT YET DOCUMENTED
-
Constructor Details
-
EnvReader
public EnvReader()
-
-
Method Details
-
getEnvVars
Gets the envVars attribute of the EnvReader class- Returns:
- The envVars value
- Throws:
Throwable- NOT YET DOCUMENTED
-
getProperty
Gets the property attribute of the EnvReader class- Parameters:
prop- NOT YET DOCUMENTED- Returns:
- The property value
-
main
NOT YET DOCUMENTED- Parameters:
args- NOT YET DOCUMENTED
-