RawResources

sbt.internal.inc.classpath.RawResources

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

Members list

Value members

Abstract methods

protected def resources: Map[String, String]

The map from resource paths to the raw String content to provide via the URL returned by sbt.internal.inc.classpath.FixedResources!.findResource or findResources.

The map from resource paths to the raw String content to provide via the URL returned by sbt.internal.inc.classpath.FixedResources!.findResource or findResources.

Attributes

Inherited methods

def clearAssertionStatus(): Unit

Attributes

Inherited from:
ClassLoader
override def findResource(s: String): URL

Attributes

Definition Classes
FixedResources -> ClassLoader
Inherited from:
FixedResources
override def findResources(s: String): Enumeration[URL]

Attributes

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

Concrete fields

final override protected val 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