org.apache.uima.internal.util
Class SystemEnvReader

java.lang.Object
  extended by org.apache.uima.internal.util.SystemEnvReader

public class SystemEnvReader
extends java.lang.Object

Return a java Properties object containing environment variables.


Constructor Summary
SystemEnvReader()
           
 
Method Summary
static java.util.Properties getEnvVars()
          Returns system environment settings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemEnvReader

public SystemEnvReader()
Method Detail

getEnvVars

public static java.util.Properties getEnvVars()
                                       throws java.lang.Throwable
Returns system environment settings. It uses OS specific system command to obtain variables.

Returns:
Java Properties object containing environment variables.
Throws:
java.lang.Throwable - If any error occurred.


Copyright © 2011. All Rights Reserved.