Interface StaticLibraryBinarySpec
- All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, LibraryBinarySpec, ModelElement, Named, NativeBinarySpec, NativeLibraryBinarySpec
A static library binary built by Gradle for a native library.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides access to key tasks used for building the binary.Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd some additional files required by consumers of this library at link time.The static library file.getTasks()The set of tasks associated with this binary.voidsetStaticLibraryFile(File staticLibraryFile) The static library binary file.Methods inherited from interface Binary
getDisplayNameMethods inherited from interface BinarySpec
getInputs, getSources, 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, libMethods inherited from interface NativeLibraryBinarySpec
getComponent, getLibrary
-
Method Details
-
getStaticLibraryFile
File getStaticLibraryFile()The static library file. -
setStaticLibraryFile
The static library binary file. -
additionalLinkFiles
Add some additional files required by consumers of this library at link time. -
getTasks
StaticLibraryBinarySpec.TasksCollection getTasks()The set of tasks associated with this binary.- Specified by:
getTasksin interfaceBinarySpec
-