Interface SharedLibraryProvider

All Known Implementing Classes:
ExternalHyperAPISharedLibraryProvider

public interface SharedLibraryProvider
This service provider interface is used to provide the name of the shared library the API is loading. It is only allowed to provide a single Service implementing this interface on the classpath.
  • Method Details

    • getSharedLibraryBaseName

      String getSharedLibraryBaseName()
      Returns:
      The base name of the shared library to load.