-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
boolean
boolean
boolean
boolean
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UriPathBuilder
public UriPathBuilder()
-
Method Details
-
isEmpty
public boolean isEmpty()
-
-
add
public boolean add(String component)
- Specified by:
add in interface swim.util.Builder<String,UriPath>
-
addAll
- Specified by:
addAll in interface swim.util.Builder<String,UriPath>
-
bind
- Specified by:
bind in interface swim.util.Builder<String,UriPath>
-
addSlash
public boolean addSlash()
-
addSegment
public boolean addSegment(String segment)
-
addPath
public boolean addPath(UriPath path)
-