nl.hippo.client.webdav.utils
Class Interpolation

java.lang.Object
  extended by nl.hippo.client.webdav.utils.Interpolation

public class Interpolation
extends Object

Performs basic variable interpolation on a String for variables within a Map. Variables of the form, ${var}, are supported.


Constructor Summary
Interpolation()
           
 
Method Summary
static String interpolate(String templateString, Map valuesMap)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interpolation

public Interpolation()
Method Detail

interpolate

public static String interpolate(String templateString,
                                 Map valuesMap)


Copyright © 2006-2009 Hippo. All Rights Reserved.