FixedResources

sbt.internal.inc.classpath.FixedResources
trait FixedResources extends ClassLoader

A ClassLoader that looks up resource requests in a Map prior to the base ClassLoader's resource lookups.

Attributes

Graph
Supertypes
class ClassLoader
class Object
trait Matchable
class Any
Known subtypes
trait RawResources

Members list

Value members

Abstract methods

protected def resourceURL: Map[String, URL]

The map from resource paths to URL to provide in sbt.internal.inc.classpath.FixedResources!.findResource and findResources.

The map from resource paths to URL to provide in sbt.internal.inc.classpath.FixedResources!.findResource and findResources.

Attributes

Concrete methods

override def findResource(s: String): URL

Attributes

Definition Classes
ClassLoader
override def findResources(s: String): Enumeration[URL]

Attributes

Definition Classes
ClassLoader

Inherited methods

def clearAssertionStatus(): Unit

Attributes

Inherited from:
ClassLoader
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:
ClassLoader
def getResources(x$0: String): Enumeration[URL]

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