public final class SplitClassLoader extends AntClassLoader
| Constructor and Description | 
|---|
| SplitClassLoader(java.lang.ClassLoader parent,
                Path path,
                Project project,
                java.lang.String[] splitClasses) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.Class | loadClass(java.lang.String classname,
         boolean resolve)Loads a class with this class loader. | 
addJavaLibraries, addLoaderPackageRoot, addPathComponent, addPathElement, addPathFile, addSystemPackageRoot, buildFinished, buildStarted, cleanup, defineClassFromData, definePackage, definePackage, findClass, findResources, findResources, forceLoadClass, forceLoadSystemClass, getClasspath, getConfiguredParent, getNamedResources, getResource, getResourceAsStream, getResourceURL, initializeClass, isInPath, log, messageLogged, newAntClassLoader, resetThreadContextLoader, setClassPath, setIsolated, setParent, setParentFirst, setProject, setThreadContextLoader, subBuildFinished, subBuildStarted, targetFinished, targetStarted, taskFinished, taskStarted, toStringclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignersprotected java.lang.Class loadClass(java.lang.String classname,
                        boolean resolve)
                             throws java.lang.ClassNotFoundException
AntClassLoaderloadClass in class AntClassLoaderclassname - The name of the class to be loaded.
                  Must not be null.resolve - true if all classes upon which this class
                depends are to be loaded.java.lang.ClassNotFoundException - if the requested class does not exist
 on the system classpath (when not in isolated mode) or this loader's
 classpath.