public class PerAppNativeLibraryFinder extends Object implements NativeLibraryFinder
Modifier and Type | Field and Description |
---|---|
static String |
DYLIB_EXTENSION |
static String |
JNILIB_EXTENSION |
Constructor and Description |
---|
PerAppNativeLibraryFinder(File libDir) |
Modifier and Type | Method and Description |
---|---|
String |
findLibrary(String name,
String libraryPath)
Finds a native library for the given name
|
protected String |
findLibraryLocally(String name) |
public static final String DYLIB_EXTENSION
public static final String JNILIB_EXTENSION
public PerAppNativeLibraryFinder(File libDir)
public String findLibrary(String name, String libraryPath)
NativeLibraryFinder
findLibrary
in interface NativeLibraryFinder
name
- native library to findlibraryPath
- library path for the given name in a parent class
loading context. Can be null.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.