Uses of Interface
de.iip_ecosphere.platform.support.plugins.ChildClassLoader
Packages that use ChildClassLoader
Package
Description
Classloader-based plugin mechanism to separate overlapping classpaths
and dependencies of alternatives and optionals.
-
Uses of ChildClassLoader in de.iip_ecosphere.platform.support.plugins
Classes in de.iip_ecosphere.platform.support.plugins that implement ChildClassLoaderModifier and TypeClassDescription(package private) classA delegating child classloader to make internal methods accessible.Fields in de.iip_ecosphere.platform.support.plugins declared as ChildClassLoaderConstructor parameters in de.iip_ecosphere.platform.support.plugins with type arguments of type ChildClassLoaderModifierConstructorDescriptionCreates a child-first classloader using the context class loader of the current thread as parent.ChildFirstClassLoader(Function<FindClassClassLoader, ChildClassLoader> creator, ClassLoader parent) Creates a child-first classloader.