Package org.gradle.nativeplatform
Interface NativeBinary
- All Superinterfaces:
- Binary
- All Known Subinterfaces:
- NativeExecutableBinary,- NativeLibraryBinary,- PrebuiltSharedLibraryBinary,- PrebuiltStaticLibraryBinary,- SharedLibraryBinary,- StaticLibraryBinary
Represents a particular binary artifact.
- 
Method SummaryModifier and TypeMethodDescriptionReturns theBuildTypeused to construct this binary.TheFlavorthat this binary was built with.Returns theNativePlatformthat this binary is targeted to run on.Methods inherited from interface org.gradle.platform.base.BinarygetDisplayName
- 
Method Details- 
getFlavorFlavor getFlavor()TheFlavorthat this binary was built with.
- 
getTargetPlatformNativePlatform getTargetPlatform()Returns theNativePlatformthat this binary is targeted to run on.
- 
getBuildTypeBuildType getBuildType()Returns theBuildTypeused to construct this binary.
 
-