ForkClassLoader
ammonite.runtime.ForkClassLoader
class ForkClassLoader(realParent: ClassLoader, fakeParent: ClassLoader) extends ClassLoader
Try to load resources from two parents; necessary to get Ammonite's source code browsing to work in SBT projects because SBT messes up the context classloader https://stackoverflow.com/q/44237791/871202
Attributes
- Graph
-
- Supertypes
-
class ClassLoaderclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
ClassLoader
Inherited methods
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
In this article