org.jclouds.http
Class UriTemplates
java.lang.Object
org.jclouds.http.UriTemplates
public class UriTemplates
- extends Object
- Author:
- Adrian Cole
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriTemplates
public UriTemplates()
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.