public class DefaultNativeLibraryFinderFactory extends Object implements NativeLibraryFinderFactory
NativeLibraryFinder| Constructor and Description |
|---|
DefaultNativeLibraryFinderFactory() |
| Modifier and Type | Method and Description |
|---|---|
NativeLibraryFinder |
create(String name,
String folderName,
URL[] urls)
Creates a native library finder for a given Mule artifact
|
public NativeLibraryFinder create(String name, String folderName, URL[] urls)
NativeLibraryFinderFactorycreate in interface NativeLibraryFinderFactoryname - name of the artifact owning the finderfolderName - of the loaded native librariesurls - all the URLs that are contained on the artifact's class loaderCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.