Interface HK2Loader

  • All Known Implementing Classes:
    HK2LoaderImpl

    public interface HK2Loader
    This class is responsible for loading classes, and different implementations can be used for different descriptors.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class<?> loadClass​(java.lang.String className)
      Loads a class given the class name to instantiate
    • Method Detail

      • loadClass

        java.lang.Class<?> loadClass​(java.lang.String className)
                              throws MultiException
        Loads a class given the class name to instantiate
        Parameters:
        className - The descriptor to convert into an ActiveDescriptor
        Returns:
        The class to be loaded. May not return null
        Throws:
        MultiException - If this loader had some problem loading the class