public class DefaultNativeLibraryFinderFactory extends Object implements NativeLibraryFinderFactory
NativeLibraryFinder instances depending on the
value of system property "mule.copyApplicationNativeLibraries",
which value is true by default.| Modifier and Type | Field and Description |
|---|---|
static BackwardsCompatibilityPropertyChecker |
COPY_APPLICATION_NATIVE_LIBRARIES |
static String |
COPY_APPLICATION_NATIVE_LIBRARIES_PROPERTY |
| Constructor and Description |
|---|
DefaultNativeLibraryFinderFactory() |
| Modifier and Type | Method and Description |
|---|---|
NativeLibraryFinder |
create(String appName)
Creates a ntive library finder for the given application
|
public static final String COPY_APPLICATION_NATIVE_LIBRARIES_PROPERTY
public static final BackwardsCompatibilityPropertyChecker COPY_APPLICATION_NATIVE_LIBRARIES
public NativeLibraryFinder create(String appName)
NativeLibraryFinderFactorycreate in interface NativeLibraryFinderFactoryappName - name of the application owning the finderCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.