public class PerAppCopyNativeLibraryFinder extends PerAppNativeLibraryFinder
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
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
|
findLibraryLocallypublic String findLibrary(String name, String parentLibraryPath)
NativeLibraryFinderfindLibrary in interface NativeLibraryFinderfindLibrary in class PerAppNativeLibraryFindername - native library to findparentLibraryPath - library path for the given name in a parent class loading context. Can be null.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.