- java.lang.Object
-
- swim.uri.UriPathBuilder
-
-
Constructor Summary
Constructors Constructor Description UriPathBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(String component)booleanaddAll(Collection<? extends String> components)booleanaddPath(UriPath path)booleanaddSegment(String segment)booleanaddSlash()UriPathbind()UriPathpop()
-