public final class PathBuilder extends Object
PathBuilder offers a convenient way of creating a valid path from multiple fragments| 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)
PathBuilder instancepath - the initial pathpublic PathBuilder append(String path)
path - the path fragment to appendCopyright © 2010 - 2020 Adobe. All Rights Reserved