Interface NativeServices


  • public interface NativeServices
    • Method Detail

      • getStatusMessage

        java.lang.String getStatusMessage()
      • getFeatureSet

        java.util.Set<java.lang.String> getFeatureSet()
      • getVariant

        java.lang.String getVariant()
      • getVariantSelectionMatrix

        java.lang.String[][] getVariantSelectionMatrix()
      • hasService

        boolean hasService​(java.lang.String feature)
      • getBuildDate

        java.lang.String getBuildDate()
      • getLibraryIdent

        java.lang.String getLibraryIdent()
      • isEnabled

        boolean isEnabled()
        Returns true if some native support is ready and enabled. Consult feature set for details.
        Returns:
        true if some hardware support is enabled.
      • isInstalled

        boolean isInstalled()
        Returns true if some native support has been installed.
        Returns:
        true if some hardware support is installed.
      • isSupported

        boolean isSupported()
        Returns true if there are native libraries available for this platform and architecture.
        Returns:
        true if available, false if not.