org.gradle.nativebinaries
[Java] Interface StaticLibraryBinary
org.gradle.api.Buildable
org.gradle.language.base.Binary
org.gradle.nativebinaries.NativeBinary
org.gradle.nativebinaries.LibraryResolver
org.gradle.api.Named
org.gradle.nativebinaries.StaticLibraryBinary
org.gradle.language.base.BuildableModelElement
org.gradle.nativebinaries.LibraryBinary
- All Superinterfaces:
- Buildable, Binary, NativeBinary, LibraryResolver, Named, BuildableModelElement, LibraryBinary
@Incubating
@HasInternalProtocol
public interface StaticLibraryBinary
extends LibraryBinary
A Library that has been compiled and archived into a static library.
Methods inherited from interface NativeBinary
|
getBuildType, getComponent, getFlavor, getLibs, getLinker, getOutputFile, getSource, getTargetPlatform, getTasks, getToolChain, isBuildable, lib, setOutputFile, source |
getStaticLibArchiver
public Tool getStaticLibArchiver()
- The static archiver settings used for creating this binary.
Gradle API 1.10