JavaScript is disabled on your browser.
net.sourceforge.pmd.util
Class ClasspathClassLoader
-
- All Implemented Interfaces:
- Closeable, AutoCloseable
public class ClasspathClassLoader
extends URLClassLoader
Create a ClassLoader which loads classes using a CLASSPATH like String.
If the String looks like a URL to a file (e.g. starts with file://
)
the file will be read with each line representing an path on the classpath.
- Author:
- Edwin Chan
-
-
Method Summary
-
Methods inherited from class java.net.URLClassLoader
addURL, close, definePackage, findClass, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstance
-
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
Copyright © 2002-2014 InfoEther. All Rights Reserved.