© 2002 BEA Systems, Inc.


com.beasys.commerce.foundation.expression
Class Variables

java.lang.Object
  |
  +--com.beasys.commerce.foundation.expression.Variables

Deprecated. Moved to Variables.

public class Variables
extends java.lang.Object

Utility class to handle replacing ${varname} style variables in Strings.

Since:
3.2
See Also:
VariableFinder

Constructor Summary
Variables()
          Deprecated.  
 
Method Summary
static java.lang.String varSubstitute(java.lang.String inStr, VariableFinder vars)
          Deprecated. Perform variable substitution (${varname}) on the specified string using the given variable name to value map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Variables

public Variables()
Deprecated. 
Method Detail

varSubstitute

public static java.lang.String varSubstitute(java.lang.String inStr,
                                             VariableFinder vars)
Deprecated. 
Perform variable substitution (${varname}) on the specified string using the given variable name to value map.

This does not handle any kind of escape sequences (e.g. "\${varname}" would still be replaced).

Parameters:
inStr - the input string.
vars - the map of variable names to values.
Returns:
the new string.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved