ammonite.runtime.SpecialClassLoader
See theSpecialClassLoader companion object
class SpecialClassLoader(parent: ClassLoader, parentSignature: Seq[(Either[String, URL], Long)], var specialLocalClasses: Set[String], urls: URL*) extends ReplClassLoader
Classloader used to implement the jar-downloading command-evaluating logic in Ammonite.
http://stackoverflow.com/questions/3544614/how-is-the-control-flow-to-findclass-of
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class ReplClassLoaderclass URLClassLoadertrait Closeabletrait AutoCloseableclass SecureClassLoaderclass ClassLoaderclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
URLClassLoader -> Closeable -> AutoCloseable
Attributes
- Definition Classes
-
URLClassLoader -> ClassLoader
Attributes
- Definition Classes
-
URLClassLoader -> ClassLoader
Attributes
- Definition Classes
-
URLClassLoader -> ClassLoader
Inherited methods
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- URLClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- URLClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Concrete fields
Files which have been compiled, stored so that our special classloader can get at them.
Files which have been compiled, stored so that our special classloader can get at them.
Attributes
In this article