Package org.gradle.nativeplatform
Interface NativeLibraryBinarySpec
- All Superinterfaces:
- Binary,- BinarySpec,- Buildable,- BuildableComponentSpec,- CheckableComponentSpec,- ComponentSpec,- LibraryBinarySpec,- ModelElement,- Named,- NativeBinarySpec
- All Known Subinterfaces:
- SharedLibraryBinarySpec,- StaticLibraryBinarySpec
Represents a binary artifact that is the result of building a native library component.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionThe component that this binary was built from.The library that this binary belongs to.Methods inherited from interface org.gradle.platform.base.BinarygetDisplayNameMethods inherited from interface org.gradle.platform.base.BinarySpecgetInputs, getSources, getTasks, isBuildableMethods inherited from interface org.gradle.api.BuildablegetBuildDependenciesMethods inherited from interface org.gradle.api.BuildableComponentSpecbuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface org.gradle.api.CheckableComponentSpeccheckedBy, getCheckTask, setCheckTaskMethods inherited from interface org.gradle.platform.base.ComponentSpecgetProjectPathMethods inherited from interface org.gradle.model.ModelElementgetDisplayName, getNameMethods inherited from interface org.gradle.nativeplatform.NativeBinarySpecgetAssembler, getBuildType, getcCompiler, getCppCompiler, getFlavor, getLibs, getLinker, getObjcCompiler, getObjcppCompiler, getRcCompiler, getStaticLibArchiver, getTargetPlatform, getToolChain, lib
- 
Method Details- 
getComponentNativeLibrarySpec getComponent()The component that this binary was built from.- Specified by:
- getComponentin interface- NativeBinarySpec
 
- 
getLibraryNativeLibrarySpec getLibrary()The library that this binary belongs to.- Specified by:
- getLibraryin interface- LibraryBinarySpec
 
 
-