Package org.jitsi.utils
Class TemplatedUrl
-
- All Implemented Interfaces:
public final class TemplatedUrl
-
-
Method Summary
Modifier and Type Method Description final Unitset(String key, String value)Saves the given key:value pair in the map. final URIresolve()Resolve the template with the current map. final URIresolve(String key, String value)Resolve the template with the current map and a new key:value pair (does not save the new pair). final URIresolve(Map<String, String> newMap)Resolve the template with the current map and a new map pair (does not save the new map).
-