MCPcopy Create free account
hub / github.com/chaoyangnz/gava / URLClassLoader

Method URLClassLoader

example/src/java/net/URLClassLoader.java:83–92  ·  view source on GitHub ↗

Constructs a new URLClassLoader for the given URLs. The URLs will be searched in the order specified for classes and resources after first searching in the specified parent class loader. Any URL that ends with a '/' is assumed to refer to a directory. Otherwise, the URL is assumed to refer to a JAR

(URL[] urls, ClassLoader parent)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getSecurityManagerMethod · 0.95

Tested by

no test coverage detected