ch.elca.el4j.env.xml
Class ResolverUtils
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resolve
public static String resolve(String expression,
Properties values)
- Resolve a String containing maven-styled expressions.
- Parameters:
expression
- the expression to resolvevalues
- the variable->value mapping
- Returns:
- the resolved String
Copyright © 2005-2011 ELCA. All Rights Reserved.