public final class PathBuilder extends Object
| Constructor and Description |
|---|
PathBuilder(String path)
Creates a new PathBuilder instance
|
| Modifier and Type | Method and Description |
|---|---|
PathBuilder |
append(String path)
Appends a new path fragment
|
String |
toString()
Returns the path
|
public PathBuilder(String path)
path - the initial pathpublic PathBuilder append(String path)
path - the path fragment to appendCopyright © 2017 The Apache Software Foundation. All rights reserved.