Class URLPathEncoder
- java.lang.Object
-
- nonapi.io.github.classgraph.utils.URLPathEncoder
-
public class URLPathEncoder extends Object
A simple URL path encoder.
-
-
Constructor Summary
Constructors Constructor Description URLPathEncoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URL
urlPathToURL(String urlPath)
Convert a URL path to a URL.
-
-
-
Method Detail
-
urlPathToURL
public static URL urlPathToURL(String urlPath) throws MalformedURLException
Convert a URL path to a URL.- Throws:
MalformedURLException
-
-