public class PathList
extends java.lang.Object
| Constructor and Description |
|---|
PathList() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
appendPath(java.lang.String pathTo,
java.lang.String pathFrom)
Utility method for appending path from pathFrom to pathTo.
|
static java.net.URL[] |
pathToURLs(java.lang.String path)
Utility method for converting a search path string to an array
of directory and JAR file URLs.
|
public static java.lang.String appendPath(java.lang.String pathTo,
java.lang.String pathFrom)
pathTo - the target pathpathSource - the path to be appended to pathTopublic static java.net.URL[] pathToURLs(java.lang.String path)
path - the search path stringCopyright © 2020. All Rights Reserved.