NativeCopyLoader

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

Loads native libraries from a temporary location in order to work around the jvm native library uniqueness restriction. See NativeCopyConfig for configuration details.

Attributes

Graph
Supertypes
class ClassLoader
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override protected def findLibrary(name: String): String

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

Abstract fields

protected val config: NativeCopyConfig

Configures this loader. See NativeCopyConfig for details.

Configures this loader. See NativeCopyConfig for details.

Attributes