PluginClassLoader

com.reactific.riddl.utils.PluginClassLoader
case class PluginClassLoader(urls: List[URL], parentClassLoader: ClassLoader) extends URLClassLoader

Loads a plugin using a java.net.URLClassLoader.

Attributes

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

Members list

Value members

Inherited methods

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 getDefinedPackage(x$0: String): Package

Attributes

Inherited from:
ClassLoader
final def getDefinedPackages(): Array[Package]

Attributes

Inherited from:
ClassLoader
def getName(): String

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

Attributes

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

Attributes

Inherited from:
URLClassLoader
final def getUnnamedModule(): Module

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader
def loadClass(x$0: String): Class[_ <: <FromJavaObject>]

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def resources(x$0: String): Stream[URL]

Attributes

Inherited from:
ClassLoader
def setClassAssertionStatus(x$0: String, x$1: Boolean): Unit

Attributes

Inherited from:
ClassLoader

Attributes

Inherited from:
ClassLoader
def setPackageAssertionStatus(x$0: String, x$1: Boolean): Unit

Attributes

Inherited from:
ClassLoader