Class PathList

java.lang.Object
com.ibm.crypto.zsecurity.tools.PathList

public class PathList extends Object
A utility class for handle path list
  • Constructor Details

    • PathList

      public PathList()
  • Method Details

    • appendPath

      public static String appendPath(String pathTo, String pathFrom)
      Utility method for appending path from pathFrom to pathTo.
      Parameters:
      pathTo - the target path
      pathFrom - the path to be appended to pathTo
      Returns:
      the resulting path
    • pathToURLs

      public static URL[] pathToURLs(String path)
      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