public class MuleApplicationClassLoader extends MuleDeployableArtifactClassLoader implements ApplicationClassLoader
FineGrainedControlClassLoader.NonCachingURLStreamHandlerFactoryshutdownListeners| Constructor and Description |
|---|
MuleApplicationClassLoader(String artifactId,
ArtifactDescriptor artifactDescriptor,
ClassLoader parentCl,
NativeLibraryFinder nativeLibraryFinder,
List<URL> urls,
ClassLoaderLookupPolicy lookupPolicy,
List<ArtifactClassLoader> artifactPluginClassLoaders) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
findLibrary(String name) |
protected String[] |
getLocalResourceLocations() |
static List<ClassLoader> |
resolveContextArtifactPluginClassLoaders()
Collects all the plugin classloaders that are available in the deployable artifact classloader hierarchy.
|
getArtifactPluginClassLoadersaddShutdownListener, createResourceReleaserInstance, dispose, findInternalResource, findLocalResource, findResource, getArtifactDescriptor, getArtifactId, getClassLoader, loadClass, loadInternalClass, setResourceReleaserClassLocation, toStringfindLocalClass, findParentClass, getClassLoaderLookupPolicy, getResource, getResourcesaddURL, close, definePackage, findClass, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindLocalClass, findResourcesgetClassLoaderLookupPolicypublic MuleApplicationClassLoader(String artifactId, ArtifactDescriptor artifactDescriptor, ClassLoader parentCl, NativeLibraryFinder nativeLibraryFinder, List<URL> urls, ClassLoaderLookupPolicy lookupPolicy, List<ArtifactClassLoader> artifactPluginClassLoaders)
protected String findLibrary(String name)
findLibrary in class ClassLoaderprotected String[] getLocalResourceLocations()
getLocalResourceLocations in class MuleArtifactClassLoaderpublic static List<ClassLoader> resolveContextArtifactPluginClassLoaders()
List containing all the plugin class loaders in the artifact classloader hierarchy.Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.