MCPcopy Create free account
hub / github.com/apache/ant / AntClassLoader

Method AntClassLoader

src/main/org/apache/tools/ant/AntClassLoader.java:275–279  ·  view source on GitHub ↗

Create an Ant ClassLoader for a given project, with a parent classloader and an initial classpath. @since Ant 1.7. @param parent the parent for this classloader. @param project The project to which this classloader is to belong. @param classpath The classpath to use to load classes.

(final ClassLoader parent, final Project project, final Path classpath)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

setParentMethod · 0.95
setClassPathMethod · 0.95
setProjectMethod · 0.95
setParentFirstMethod · 0.95
addJavaLibrariesMethod · 0.95

Tested by

no test coverage detected