Interface IClassLoaderAccess

All Superinterfaces:
IClassLoaderSupport

public interface IClassLoaderAccess extends IClassLoaderSupport
An interface indicating support for complete access (get and set) to a ClassLoader.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Assign the class loader suitable for use in the context of the generic receiver object.

    Methods inherited from interface de.intarsys.tools.reflect.IClassLoaderSupport

    getClassLoader
  • Method Details

    • setClassLoader

      void setClassLoader(ClassLoader classLoader)
      Assign the class loader suitable for use in the context of the generic receiver object.
      Parameters:
      classLoader - The class loader to be used.