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 Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionThe component that this binary was built from.The library that this binary belongs to.Methods inherited from interface Binary
getDisplayNameMethods inherited from interface BinarySpec
getInputs, getSources, getTasks, isBuildableMethods inherited from interface Buildable
getBuildDependenciesMethods inherited from interface BuildableComponentSpec
builtBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface CheckableComponentSpec
checkedBy, getCheckTask, setCheckTaskMethods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface ModelElement
getDisplayName, getNameMethods inherited from interface NativeBinarySpec
getAssembler, getBuildType, getcCompiler, getCppCompiler, getFlavor, getLibs, getLinker, getObjcCompiler, getObjcppCompiler, getRcCompiler, getStaticLibArchiver, getTargetPlatform, getToolChain, lib
-
Method Details
-
getComponent
NativeLibrarySpec getComponent()The component that this binary was built from.- Specified by:
getComponentin interfaceNativeBinarySpec
-
getLibrary
NativeLibrarySpec getLibrary()The library that this binary belongs to.- Specified by:
getLibraryin interfaceLibraryBinarySpec
-