Class UrlUtils
- java.lang.Object
-
- io.avaje.classpath.scanner.internal.UrlUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtoFilePath(URL url)Retrieves the file path of this URL, with any trailing slashes removed.
-
-
-
Method Detail
-
toFilePath
public static String toFilePath(URL url)
Retrieves the file path of this URL, with any trailing slashes removed.- Parameters:
url- The URL to get the file path for.- Returns:
- The file path.
-
-