Class NativeLibrary

java.lang.Object
de.julianweinelt.datacat.dbx.api.nativelib.NativeLibrary

public abstract class NativeLibrary extends Object
  • Constructor Details

    • NativeLibrary

      protected NativeLibrary(String name)
  • Method Details

    • downloadUrl

      @Nullable public abstract @Nullable String downloadUrl(LibraryPlatform platform, String version)
      Gives the download url for the library files.
      Parameters:
      platform - The platform to download the library for.
      version - The version of the library.
      Returns:
      The download url for the library files.
    • description

      public abstract String description()
      A detailed description of what this library is for.
      Returns:
      A string describing the library's purpose
    • name

      public String name()