org.eclipse.corona.tools.environment
Class EnvironmentVariableHelper

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

public class EnvironmentVariableHelper
extends java.lang.Object


Constructor Summary
EnvironmentVariableHelper()
           
 
Method Summary
static java.lang.String expandEnvironmentVariable(java.lang.String propertyString)
          Deprecated. Please use StringHelper.expandString(String)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentVariableHelper

public EnvironmentVariableHelper()
Method Detail

expandEnvironmentVariable

@Deprecated
public static java.lang.String expandEnvironmentVariable(java.lang.String propertyString)
Deprecated. Please use StringHelper.expandString(String)

Expand a String containing ${environment_variable_name} with the value of the environment variable.

Parameters:
propertyString -
Returns:

Copyright 2006 IBM Corporation and others.
All Rights Reserved.