public interface NativeLibraryFinder
Modifier and Type | Method and Description |
---|---|
String |
findLibrary(String name,
String libraryPath)
Finds a native library for the given name
|
String findLibrary(String name, String libraryPath)
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.