Interface NativeBinary
- All Superinterfaces:
Binary
- All Known Subinterfaces:
NativeExecutableBinary, NativeLibraryBinary, PrebuiltSharedLibraryBinary, PrebuiltStaticLibraryBinary, SharedLibraryBinary, StaticLibraryBinary
Deprecated.
Represents a particular binary artifact.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns theBuildTypeused to construct this binary.Deprecated.TheFlavorthat this binary was built with.Deprecated.Returns theNativePlatformthat this binary is targeted to run on.Methods inherited from interface Binary
getDisplayName
-
Method Details
-
getFlavor
-
getTargetPlatform
NativePlatform getTargetPlatform()Deprecated.Returns theNativePlatformthat this binary is targeted to run on. -
getBuildType
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.