WhiteListClassLoader

ammonite.util.WhiteListClassLoader
class WhiteListClassLoader(whitelist: Set[Seq[String]], parent: ClassLoader) extends URLClassLoader

Attributes

Graph
Supertypes
class URLClassLoader
trait Closeable
trait AutoCloseable
class SecureClassLoader
class ClassLoader
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getResource(name: String): URL

Attributes

Definition Classes
ClassLoader
override def loadClass(name: String, resolve: Boolean): Class[_ <: <FromJavaObject>]

Attributes

Definition Classes
ClassLoader

Inherited methods

def clearAssertionStatus(): Unit

Attributes

Inherited from:
ClassLoader
def close(): Unit

Attributes

Inherited from:
URLClassLoader
def findResource(x$0: String): URL

Attributes

Inherited from:
URLClassLoader
def findResources(x$0: String): Enumeration[URL]

Attributes

Inherited from:
URLClassLoader
final def getParent(): ClassLoader

Attributes

Inherited from:
ClassLoader
def getResourceAsStream(x$0: String): InputStream

Attributes

Inherited from:
URLClassLoader
def getResources(x$0: String): Enumeration[URL]

Attributes

Inherited from:
ClassLoader
def getURLs(): Array[URL]

Attributes

Inherited from:
URLClassLoader
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