ScalaClassLoader

dotty.tools.runner.ScalaClassLoader$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def fromURLsParallelCapable(urls: Seq[URL], parent: ClassLoader | Null): URLClassLoader
def setContext(cl: ClassLoader): Unit

Extensions

Extensions

extension (classLoader: ClassLoader)
def asContext[T](action: => T): T

Execute an action with this classloader as context classloader.

Execute an action with this classloader as context classloader.

Attributes