Interface NativeBinary
- All Superinterfaces:
Binary
- All Known Subinterfaces:
NativeExecutableBinary, NativeLibraryBinary, PrebuiltSharedLibraryBinary, PrebuiltStaticLibraryBinary, SharedLibraryBinary, StaticLibraryBinary
Represents a particular binary artifact.
-
Method Summary
Modifier 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 Binary
getDisplayName
-
Method Details
-
getFlavor
-
getTargetPlatform
NativePlatform getTargetPlatform()Returns theNativePlatformthat this binary is targeted to run on. -
getBuildType
-