| Modifier and Type | Method and Description |
|---|---|
static UriTemplate |
create(String value) |
boolean |
equals(Object other) |
String |
getValue()
Returns the template string.
|
int |
hashCode() |
URI |
resolve(Map<String,String> params)
Constructs a URI by substituting values for the named variable placeholders ("{name}" or {?queryName}")
in the template.
|
public static UriTemplate create(String value)
public String getValue()
public URI resolve(Map<String,String> params)
params - map of placeholder names to valuesCopyright © 2016 Atlassian. All rights reserved.