public class UriBuilder
extends Object
A Uri which provides convenience methods for creating various manipulated copies.
This is immutable.
- Author:
- bratseth
-
Constructor Summary
Constructors
-
Method Summary
Returns a uri with the given path appended and all parameters removed
-
Constructor Details
-
UriBuilder
public UriBuilder(URI uri)
-
-
Method Details
-
append
Returns a uri with the given path appended and all parameters removed
-
-
-
-
-