public class BootstrapClassLoaderWorker extends Object implements Callable<Void>, Serializable
Stage 2 of the start-up for a worker process with the application classes loaded in the system ClassLoader. Takes care of creating the worker bootstrap ClassLoader and executing the next stage of start-up in that ClassLoader.
Instantiated in the system ClassLoader and called from GradleWorkerMain. See
ApplicationClassesInSystemClassLoaderWorkerFactory for details.
| Constructor and Description |
|---|
BootstrapClassLoaderWorker(Collection<URL> bootstrapClasspath,
byte[] serializedWorker) |
Copyright © 2013. All rights reserved