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 URLClassLoader
trait Closeable
trait AutoCloseable
class SecureClassLoader
class ClassLoader
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

protected def doLoadClass(className: String): Class[_]

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

final protected def defaultLoadClass(className: String): Class[_]

Provides access to the default implementation of 'loadClass'.

Provides access to the default implementation of 'loadClass'.

Attributes

final override def loadClass(className: String, resolve: Boolean): Class[_]

Attributes

Definition Classes
ClassLoader

Inherited methods

def clearAssertionStatus(): Unit

Attributes

Inherited from:
ClassLoader
def close(): Unit

Attributes

Inherited from:
URLClassLoader
def findResource(x$0: String): URL

Attributes

Inherited from:
URLClassLoader
def findResources(x$0: String): Enumeration[URL]

Attributes

Inherited from:
URLClassLoader
final def getParent(): ClassLoader

Attributes

Inherited from:
ClassLoader
def getResource(x$0: String): URL

Attributes

Inherited from:
ClassLoader
def getResourceAsStream(x$0: String): InputStream

Attributes

Inherited from:
URLClassLoader
def getResources(x$0: String): Enumeration[URL]

Attributes

Inherited from:
ClassLoader
def getURLs(): Array[URL]

Attributes

Inherited from:
URLClassLoader
def loadClass(x$0: String): Class[_ <: <FromJavaObject>]

Attributes

Inherited from:
ClassLoader
def setClassAssertionStatus(x$0: String, x$1: Boolean): Unit

Attributes

Inherited from:
ClassLoader
def setDefaultAssertionStatus(x$0: Boolean): Unit

Attributes

Inherited from:
ClassLoader
def setPackageAssertionStatus(x$0: String, x$1: Boolean): Unit

Attributes

Inherited from:
ClassLoader