| Package | Description |
|---|---|
| org.jetbrains.kotlin.preloading |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoader |
ClassPreloadingUtils.preloadClasses(Collection<File> jarFiles,
int classCountEstimation,
ClassLoader parentClassLoader,
ClassCondition classesToLoadByParent,
ClassHandler handler)
Creates a class loader that loads all classes from
jarFiles into memory to make loading faster (avoid skipping through zip archives). |
| Constructor and Description |
|---|
MemoryBasedClassLoader(ClassCondition classesToLoadByParent,
ClassLoader parent,
Map<String,Object> preloadedResources,
ClassHandler handler,
ClassLoader fallbackResourceLoader) |
Copyright © 2016. All rights reserved.