java.lang.Object
com.ibm.crypto.zsecurity.tools.PathList
A utility class for handle path list
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
appendPath
(String pathTo, String pathFrom) Utility method for appending path from pathFrom to pathTo.static URL[]
pathToURLs
(String path) Utility method for converting a search path string to an array of directory and JAR file URLs.
-
Constructor Details
-
PathList
public PathList()
-
-
Method Details
-
appendPath
Utility method for appending path from pathFrom to pathTo.- Parameters:
pathTo
- the target pathpathFrom
- the path to be appended to pathTo- Returns:
- the resulting path
-
pathToURLs
Utility method for converting a search path string to an array of directory and JAR file URLs.- Parameters:
path
- the search path string- Returns:
- the resulting array of directory and JAR file URLs
-