mill.api.daemon.MillURLClassLoader
See theMillURLClassLoader companion object
class MillURLClassLoader(classPath: Iterable[Path], parent: ClassLoader, sharedLoader: ClassLoader, sharedPrefixes: Iterable[String], val label: String) extends URLClassLoader
Convenience wrapper around java.net.URLClassLoader
. Allows configuration of shared class prefixes, and tracks creation/closing to help detect leaks
Attributes
- Companion
- object
- Source
- MillURLClassLoader.scala
- Graph
-
- Supertypes
-
class URLClassLoadertrait Closeabletrait AutoCloseableclass SecureClassLoaderclass ClassLoaderclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
URLClassLoader -> Closeable -> AutoCloseable
- Source
- MillURLClassLoader.scala
Attributes
- Definition Classes
-
URLClassLoader -> ClassLoader
- Source
- MillURLClassLoader.scala
Inherited methods
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- URLClassLoader
Attributes
- Inherited from:
- URLClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- URLClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- URLClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Attributes
- Inherited from:
- ClassLoader
Concrete fields
Attributes
- Source
- MillURLClassLoader.scala
Attributes
- Source
- MillURLClassLoader.scala
In this article