Package org.gradle.nativeplatform
Interface NativeBinary
-
- All Superinterfaces:
Binary
- All Known Subinterfaces:
NativeExecutableBinary
,NativeLibraryBinary
,PrebuiltSharedLibraryBinary
,PrebuiltStaticLibraryBinary
,SharedLibraryBinary
,StaticLibraryBinary
@Incubating public interface NativeBinary extends Binary
Represents a particular binary artifact.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildType
getBuildType()
Returns theBuildType
used to construct this binary.Flavor
getFlavor()
TheFlavor
that this binary was built with.NativePlatform
getTargetPlatform()
Returns theNativePlatform
that this binary is targeted to run on.-
Methods inherited from interface org.gradle.platform.base.Binary
getDisplayName
-
-
-
-
Method Detail
-
getTargetPlatform
NativePlatform getTargetPlatform()
Returns theNativePlatform
that this binary is targeted to run on.
-
-