Package org.compiere.util
Class EnvLoader
java.lang.Object
org.compiere.util.EnvLoader
Environment Loader - loads system environment variables in System.properties
- Version:
- $Id: EnvLoader.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
- Author:
- Jorg Janke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Properties
Ger Environment variablesstatic boolean
Load System environment variables into System.properies
-
Constructor Details
-
EnvLoader
public EnvLoader()
-
-
Method Details
-
load
Load System environment variables into System.properiesPrints error messages on System.err
- Parameters:
prefix
- String to prefix variable names- Returns:
- true if success
-
getEnv
Ger Environment variables- Parameters:
prefix
- String to prefix variable names- Returns:
- Properties with prefixed system environment variables or null if not successful
-