RichClassLoader

final class RichClassLoader(self: ClassLoader) extends AnyVal
Companion:
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def run(objectName: String, arguments: Seq[String]): Unit

Run the main method of a class to be loaded by this classloader

Run the main method of a class to be loaded by this classloader

def tryToInitializeClass[T <: AnyRef](path: String): Option[Class[T]]

Load, link and initialize a class with this classloader

Load, link and initialize a class with this classloader

def tryToLoadClass[T <: AnyRef](path: String): Option[Class[T]]

Load and link a class with this classloader

Load and link a class with this classloader