| java.net.URLClassLoader org.apache.jmeter.DynamicClassLoader
DynamicClassLoader | public class DynamicClassLoader extends URLClassLoader (Code) | | author: pete author: This is a basic URL classloader for loading new resources author: dynamically. author: It allows public access to the addURL() method. author: It also adds a convenience method to update the current thread classloader |
DynamicClassLoader | public DynamicClassLoader(URL[] urls)(Code) | | |
updateLoader | public static void updateLoader(URL[] urls)(Code) | | Parameters: urls - - list of URLs to add to the thread's classloader |
|
|