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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected