List of usage examples for java.net URLClassLoader subclass-usage
From source file org.zaproxy.zap.control.AddOnLoader.java
/**
* This class is heavily based on the original Paros class org.parosproxy.paros.common.DynamicLoader
* However its been restructured and enhanced to support multiple directories or versioned ZAP addons.
* The constructor takes an array of directories.
* All of the generic jars in the directories are loaded.
* Only the latest ZAP addons are loaded, so if the following addons are found:
From source file org.gofleet.context.GoClassLoader.java
/**
* This is a URLClassLoader with some minor functionality added. It has a
* Singleton instance which is globally accessible, and it also has a method
* (addArchivesInDirectory(File directory) that adds all of the jar and zip
* files in a given directory to the classpath for an instance of this
* classloader.
From source file org.apache.catalina.loader.WebappClassLoader.java
/**
* Specialized web application class loader.
* <p>
* This class loader is a full reimplementation of the
* <code>URLClassLoader</code> from the JDK. It is desinged to be fully
* compatible with a normal <code>URLClassLoader</code>, although its internal
From source file org.allcolor.yahp.converter.CClassLoader.java
/**
* This is a custom tree classloader
*
* @author Quentin Anciaux
* @version 1.0
*/
From source file com.eucalyptus.bootstrap.BootstrapClassLoader.java
public class BootstrapClassLoader extends URLClassLoader { private static Logger LOG = Logger.getLogger(BootstrapClassLoader.class); private static BootstrapClassLoader singleton = null; public static BootstrapClassLoader init() { try {