public class DefaultMacNativeDiscoveryStrategy extends StandardNativeDiscoveryStrategy
| Constructor and Description |
|---|
DefaultMacNativeDiscoveryStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFound(String path)
Invoked when native shared libraries find.
|
boolean |
supported()
Is this strategy supported?
|
discoverpublic final boolean supported()
NativeDiscoveryStrategySome strategies may, for example, only be applicable to one particular operating system or another.
supported in interface NativeDiscoveryStrategysupported in class StandardNativeDiscoveryStrategytrue if this strategy is supported; false otherwisepublic void onFound(String path)
NativeDiscoveryStrategyonFound in interface NativeDiscoveryStrategyonFound in class AbstractNativeDiscoveryStrategypath - directory containing the shared librariesCopyright © 2009–2015 Caprica Software Limited. All rights reserved.