public class PluginFirstClassLoader extends org.apache.tools.ant.AntClassLoader implements Closeable
Constructor and Description |
---|
PluginFirstClassLoader() |
Modifier and Type | Method and Description |
---|---|
void |
addPathFiles(Collection<File> paths) |
protected Enumeration |
findResources(String name) |
protected Enumeration |
findResources(String arg0,
boolean arg1) |
URL |
getResource(String arg0) |
InputStream |
getResourceAsStream(String name) |
List<URL> |
getURLs() |
addJavaLibraries, addLoaderPackageRoot, addPathComponent, addPathElement, addPathFile, addSystemPackageRoot, buildFinished, buildStarted, cleanup, close, defineClassFromData, definePackage, definePackage, findClass, forceLoadClass, forceLoadSystemClass, getClasspath, getConfiguredParent, getNamedResources, getResources, getResourceURL, initializeClass, isInPath, loadClass, log, messageLogged, newAntClassLoader, resetThreadContextLoader, setClassPath, setIsolated, setParent, setParentFirst, setProject, setThreadContextLoader, subBuildFinished, subBuildStarted, targetFinished, targetStarted, taskFinished, taskStarted, toString
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
public void addPathFiles(Collection<File> paths) throws IOException
IOException
public List<URL> getURLs()
protected Enumeration findResources(String arg0, boolean arg1) throws IOException
findResources
in class org.apache.tools.ant.AntClassLoader
IOException
protected Enumeration findResources(String name) throws IOException
findResources
in class org.apache.tools.ant.AntClassLoader
IOException
public URL getResource(String arg0)
getResource
in class org.apache.tools.ant.AntClassLoader
public InputStream getResourceAsStream(String name)
getResourceAsStream
in class org.apache.tools.ant.AntClassLoader
Copyright © 2019. All rights reserved.