ch.elca.el4j.env.xml
Class ResolverUtils

java.lang.Object
  extended by ch.elca.el4j.env.xml.ResolverUtils

public final class ResolverUtils
extends Object

A utility class to evaluate maven-styled expressions.

Author:
Stefan Wismer (SWI)
File-location:
ResolverUtils
Last check-in date:
2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883

Method Summary
static String resolve(String expression, Properties values)
          Resolve a String containing maven-styled expressions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolve

public static String resolve(String expression,
                             Properties values)
Resolve a String containing maven-styled expressions.

Parameters:
expression - the expression to resolve
values - the variable->value mapping
Returns:
the resolved String


Copyright © 2005-2011 ELCA. All Rights Reserved.