NullLoader

sbt.internal.inc.classpath.NullLoader
final class NullLoader extends ClassLoader

A class loader that always fails to load classes and resources.

Attributes

Graph
Supertypes
class ClassLoader
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def getResource(name: String): URL

Attributes

Definition Classes
ClassLoader
override def getResources(name: String): Enumeration[URL]

Attributes

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

Attributes

Definition Classes
ClassLoader
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def clearAssertionStatus(): Unit

Attributes

Inherited from:
ClassLoader
final def getParent(): ClassLoader

Attributes

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

Attributes

Inherited from:
ClassLoader
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