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.

class ClassLoader
class Object
trait Matchable
class Any

Value members

Concrete methods

override protected def findLibrary(name: String): String
Definition Classes
ClassLoader

Inherited methods

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

Abstract fields

protected val config: NativeCopyConfig

Configures this loader. See NativeCopyConfig for details.

Configures this loader. See NativeCopyConfig for details.