Class UrlClassLoaderUtils
java.lang.Object
com.weirddev.testme.intellij.utils.UrlClassLoaderUtils
- Since:
- : 4/9/21
- Author:
- : Yaron Yamin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic URLinternProtocol(@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.
-