Class UrlClassLoaderUtils
java.lang.Object
com.weirddev.testme.intellij.utils.UrlClassLoaderUtils
- Since:
- : 4/9/21
- Author:
- : Yaron Yamin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic URL
internProtocol
(@NotNull URL url) Interns a value of theURL.protocol
("file" or "jar") andURL.host
(empty string) fields.
-
Constructor Details
-
UrlClassLoaderUtils
public UrlClassLoaderUtils()
-
-
Method Details
-
internProtocol
Interns a value of theURL.protocol
("file" or "jar") andURL.host
(empty string) fields.
-