Class PathUtils

java.lang.Object
host.anzo.commons.utils.PathUtils

public class PathUtils extends Object
Since:
6/12/2024
  • Constructor Details

    • PathUtils

      public PathUtils()
  • Method Details

    • containsSubPath

      public static boolean containsSubPath(Path fullPath, Path subPath)
      Checks if a given sub-path is contained within a full path.
      Parameters:
      fullPath - the complete path to be checked
      subPath - the sub-path to search for within the full path
      Returns:
      true if the sub-path is found within the full path, false otherwise