Package jade

Interface JadeClassLoaderService


  • public interface JadeClassLoaderService
    The Interface JadeClassLoaderService describes the method structure that enables to place an alternative method that loads classes that are described by their names. In an OSGI context, this won't work, since each bundle has its own ClassLoader.
    Author:
    Christian Derksen - SOFTEC - ICB - University of Duisburg-Essen
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Class<?> forName​(String className)
      Returns the Class object associated with the class or interface with the given string name.
      Class<?> forName​(String className, boolean initialize, ClassLoader loader)
      Returns the Class object associated with the class or interface with the given string name, using the given class loader.