Class NativeLibrary
java.lang.Object
de.julianweinelt.datacat.dbx.api.nativelib.NativeLibrary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringA detailed description of what this library is for.abstract @Nullable StringdownloadUrl(LibraryPlatform platform, String version) Gives the download url for the library files.name()
-
Constructor Details
-
NativeLibrary
-
-
Method Details
-
downloadUrl
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
A detailed description of what this library is for.- Returns:
- A string describing the library's purpose
-
name
-