Interface HasClassLoader


  • public interface HasClassLoader
    Interface used to define if a given Object may provide a context ClassLoader
    • Method Detail

      • compileAndLoadClass

        Class<?> compileAndLoadClass​(Map<String,​String> sourcesMap,
                                     String fullClassName)
        Compile the given sources and add them to given Classloader of the current instance. Returns the Class with the given fullClassName
        Parameters:
        sourcesMap -
        fullClassName -
        Returns: