public final class ProjectRunClassPathClassLoaderUtils
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.ClassLoader | 
getClassLoader(Project project)
Returns a new ClassLoader for the given project, from a cached expanded URLPath. 
 | 
static java.lang.ClassLoader | 
getClassLoader(Project project, java.lang.ClassLoader parent)
Returns a new ClassLoader for the given project and parent, from a cached expanded URLPath. 
 | 
static URLPath | 
getExpandedRunClassPath(Project project)
Returns (a copy of) the cached expanded URLPath dsecribing the Run ClassPath for the given Project 
 | 
public static java.lang.ClassLoader getClassLoader(Project project)
project -public static java.lang.ClassLoader getClassLoader(Project project, java.lang.ClassLoader parent)
project -parent -