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