Class ProjectClassLoader

All Implemented Interfaces:
Closeable, AutoCloseable

public class ProjectClassLoader extends URLClassLoader
Classloader with added project-relevant dependencies.
Author:
harald
  • Constructor Details

    • ProjectClassLoader

      public ProjectClassLoader(URLClassLoader classLoader, List<String> classpathElements) throws MalformedURLException
      Create from another classloader.
      Parameters:
      classLoader - the task's classloader
      classpathElements - the class path elements from maven
      Throws:
      MalformedURLException - if malformed classpath element
  • Method Details