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