org.jclouds.http
Class UriTemplates

java.lang.Object
  extended by org.jclouds.http.UriTemplates

public class UriTemplates
extends Object

Author:
Adrian Cole

Constructor Summary
UriTemplates()
           
 
Method Summary
static String expand(String template, Map<String,?> variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriTemplates

public UriTemplates()
Method Detail

expand

public static String expand(String template,
                            Map<String,?> variables)
Parameters:
template - URI template that can be in level 1 RFC6570 form.
variables - to the URI template
Returns:
expanded template, leaving any unresolved parameters literal


Copyright © 2009-2013 jclouds. All Rights Reserved.