Package org.jf.util

Class PathUtil

java.lang.Object
org.jf.util.PathUtil

public class PathUtil extends Object
  • Constructor Details

    • PathUtil

      private PathUtil()
  • Method Details

    • getRelativeFile

      public static File getRelativeFile(File baseFile, File fileToRelativize) throws IOException
      Throws:
      IOException
    • getRelativeFileInternal

      static String getRelativeFileInternal(File canonicalBaseFile, File canonicalFileToRelativize)
    • getPathComponents

      private static List<String> getPathComponents(File file)
    • testCaseSensitivity

      public static boolean testCaseSensitivity(File path) throws IOException
      Throws:
      IOException