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?
|
discover
public final boolean supported()
NativeDiscoveryStrategy
Some strategies may, for example, only be applicable to one particular operating system or another.
supported
in interface NativeDiscoveryStrategy
supported
in class StandardNativeDiscoveryStrategy
true
if this strategy is supported; false
otherwisepublic void onFound(String path)
NativeDiscoveryStrategy
onFound
in interface NativeDiscoveryStrategy
onFound
in class AbstractNativeDiscoveryStrategy
path
- directory containing the shared librariesCopyright © 2009–2015 Caprica Software Limited. All rights reserved.