org.eclipse.corona.tools.environment
Class PropertyHelper

java.lang.Object
  extended by org.eclipse.corona.tools.environment.PropertyHelper

public class PropertyHelper
extends java.lang.Object


Constructor Summary
PropertyHelper()
           
 
Method Summary
static java.lang.String expandVariableFromProperties(java.lang.String propertyString, java.util.Properties replaceProperties)
          Expand a String containing ${property_name} with the value of the value from a Properties object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHelper

public PropertyHelper()
Method Detail

expandVariableFromProperties

public static java.lang.String expandVariableFromProperties(java.lang.String propertyString,
                                                            java.util.Properties replaceProperties)
Expand a String containing ${property_name} with the value of the value from a Properties object.

Parameters:
propertyString -
replaceProperties -
Returns:

Copyright 2006 IBM Corporation and others.
All Rights Reserved.