org.objectweb.jonathan.libs.helpers
Class PropertiesHelper

java.lang.Object
  |
  +--org.objectweb.jonathan.libs.helpers.PropertiesHelper

public class PropertiesHelper
extends Object

This class is intended to read system properties, or properties in the orb.properties file.


Constructor Summary
PropertiesHelper()
           
 
Method Summary
static String getProperty(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesHelper

public PropertiesHelper()
Method Detail

getProperty

public static String getProperty(String key)