LoaderBase
sbt.internal.inc.classpath.LoaderBase
abstract class LoaderBase(urls: Seq[URL], parent: ClassLoader) extends URLClassLoader
This is a starting point for defining a custom ClassLoader. Override 'doLoadClass' to define loading a class that has not yet been loaded.
Attributes
- Graph
-
- Supertypes
-
class URLClassLoadertrait Closeabletrait AutoCloseableclass SecureClassLoaderclass ClassLoaderclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class SelfFirstLoader
Members list
Value members
Abstract methods
Provides the implementation of finding a class that has not yet been loaded.
Provides the implementation of finding a class that has not yet been loaded.
Attributes
Concrete methods
Provides access to the default implementation of 'loadClass'.
Provides access to the default implementation of 'loadClass'.
Attributes
Attributes
- Definition Classes
-
ClassLoader
Inherited methods
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- URLClassLoader
Attributes
- Inherited from:
- URLClassLoader
Attributes
- Inherited from:
- URLClassLoader
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
In this article