kaos.core.util
Class SystemPropertiesUtil

java.lang.Object
  extended by kaos.core.util.SystemPropertiesUtil

public class SystemPropertiesUtil
extends java.lang.Object

SystemPropertiesUtil is a utility class that has methods for adding new properties to System Properties.

Author:
Tom Marrs

Method Summary
static void addToSystemPropertiesFromPropsFile(java.lang.String propsFileName)
          Adds the keys/properties from an application-specific properties file to the System Properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addToSystemPropertiesFromPropsFile

public static void addToSystemPropertiesFromPropsFile(java.lang.String propsFileName)
Adds the keys/properties from an application-specific properties file to the System Properties. The application-specific properties file MUST reside in a directory listed on the CLASSPATH.

Parameters:
propsFileName - The name of an application-specific properties file.