| Package | Description |
|---|---|
| org.mule.runtime.deployment.model.internal.application | |
| org.mule.runtime.deployment.model.internal.nativelib |
| Constructor and Description |
|---|
MuleApplicationClassLoader(String artifactId,
ArtifactDescriptor artifactDescriptor,
ClassLoader parentCl,
NativeLibraryFinder nativeLibraryFinder,
List<URL> urls,
ClassLoaderLookupPolicy lookupPolicy,
List<ArtifactClassLoader> artifactPluginClassLoaders) |
| Modifier and Type | Class and Description |
|---|---|
class |
PerAppCopyNativeLibraryFinder
* Finds native libraries in an application's lib folder and creates a copy of each found library inside a temporal application
folder.
|
class |
PerAppNativeLibraryFinder
Finds native libraries in an application's lib folder
|
| Modifier and Type | Method and Description |
|---|---|
NativeLibraryFinder |
NativeLibraryFinderFactory.create(String appName)
Creates a ntive library finder for the given application
|
NativeLibraryFinder |
DefaultNativeLibraryFinderFactory.create(String appName) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.