Package uk.co.caprica.vlcj.factory.discovery.provider

Native discovery strategy implementation that searches well-known directories to find native libraries.

Components that provide the directories to search are loaded at run-time by the ServiceLoader mechanism.

Applications can easily provide their own DiscoveryDirectoryProvider implementations and register the fully-qualified classnames of those implementations in the services descriptor file located at META-INF/services/uk.co.caprica.vlcj.discovery.provider.DiscoveryDirectoryProvider (in their own application classpath).