See: Description
Interface | Description |
---|---|
JarBinary |
Configuration for JAR binary.
|
JavaNativeInterfaceLibrary |
Configuration for a Java Native Interface (JNI) library, defining the dependencies that make up the library plus other settings.
|
JavaNativeInterfaceLibraryComponentDependencies |
Allows the API, JVM implementation and native implementation dependencies of a Java Native Interface (JNI) library to be specified.
|
JavaNativeInterfaceNativeComponentDependencies |
Allows the native implementation dependencies of a Java Native Interface (JNI) library to be specified.
|
JniJarBinary |
Configuration for a Java Native Interface (JNI) JAR binary.
|
JniLibrary |
Configuration for a specific Java Native Interface (JNI) library variant, defining the dependencies that make up the library plus other settings.
|
JniLibraryDependencies | Deprecated
Use
JavaNativeInterfaceLibraryComponentDependencies instead. |
JniLibraryExtension | Deprecated |
JniLibraryNativeDependencies | Deprecated
Use
JavaNativeInterfaceNativeComponentDependencies instead. |
JvmJarBinary |
Configuration for a JVM JAR binary.
|
Class | Description |
---|---|
JavaNativeInterfaceLibrarySources |
Sources for a Java Native Interface (JNI) library supporting C, C++, Objective-C, ObjectiveC++, Java, Groovy, and Kotlin implementation language.
|