java.lang.Object
swim.uri.UriPathBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdds a single input value to this builder, returningtrueif the state of the builder changed.booleanaddAll(Collection<? extends String> components) Adds multiple input values to this builder, returningtrueif the state of the builder changed.booleanbooleanaddSegment(String segment) booleanaddSlash()bind()Returns the output result of this builder.booleanisEmpty()pop()intsize()
-
Constructor Details
-
UriPathBuilder
public UriPathBuilder()
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
size
public int size() -
add
Description copied from interface:BuilderAdds a single input value to this builder, returningtrueif the state of the builder changed. -
addAll
Description copied from interface:BuilderAdds multiple input values to this builder, returningtrueif the state of the builder changed. -
bind
Description copied from interface:BuilderReturns the output result of this builder. -
addSlash
public boolean addSlash() -
addSegment
-
addPath
-
pop
-