RawResources

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

class ClassLoader
class Object
trait Matchable
class Any

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.

Inherited methods

Inherited from:
ClassLoader
override def findResource(s: String): URL
Definition Classes
FixedResources -> ClassLoader
Inherited from:
FixedResources
override def findResources(s: String): Enumeration[URL]
Definition Classes
FixedResources -> ClassLoader
Inherited from:
FixedResources
@CallerSensitive
final def getParent(): ClassLoader
Inherited from:
ClassLoader
def getResource(x$0: String): URL
Inherited from:
ClassLoader
def getResourceAsStream(x$0: String): InputStream
Inherited from:
ClassLoader
@throws(java.io.IOException)
def getResources(x$0: String): Enumeration[URL]
Inherited from:
ClassLoader
@throws(java.lang.ClassNotFoundException)
def loadClass(x$0: String): Class[_ <: <FromJavaObject>]
Inherited from:
ClassLoader
def setClassAssertionStatus(x$0: String, x$1: Boolean): Unit
Inherited from:
ClassLoader
def setDefaultAssertionStatus(x$0: Boolean): Unit
Inherited from:
ClassLoader
def setPackageAssertionStatus(x$0: String, x$1: Boolean): Unit
Inherited from:
ClassLoader

Concrete fields

final override protected val resourceURL: Map[String, URL]