Interface BrotliNativeProvider
public interface BrotliNativeProvider
A service interface that signals that an implementor jar contains a native lib.
-
Method Summary
Modifier and TypeMethodDescriptionGives the name of the platform that this provider contains a native brotli lib for
-
Method Details
-
platformName
String platformName()Gives the name of the platform that this provider contains a native brotli lib for- Returns:
- The name of the native, e.g. linux-x86_64 or osx-aarch64
-