Interface NativeExecutableBinarySpec
- All Superinterfaces:
ApplicationBinarySpec, Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named, NativeBinarySpec
@Incubating
public interface NativeExecutableBinarySpec
extends NativeBinarySpec, ApplicationBinarySpec
An binary built by Gradle for a native application.
-
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 TypeMethodDescriptionThe application that this binary belongs to.The component that this binary was built from.Native Executable File.Native Installation location for a native executable.getTasks()The set of tasks associated with this binary.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, lib
-
Method Details
-
getApplication
NativeExecutableSpec getApplication()The application that this binary belongs to.- Specified by:
getApplicationin interfaceApplicationBinarySpec
-
getComponent
NativeExecutableSpec getComponent()The component that this binary was built from.- Specified by:
getComponentin interfaceNativeBinarySpec
-
getInstallation
NativeInstallationSpec getInstallation()Native Installation location for a native executable. -
getExecutable
NativeExecutableFileSpec getExecutable()Native Executable File. -
getTasks
NativeExecutableBinarySpec.TasksCollection getTasks()The set of tasks associated with this binary.- Specified by:
getTasksin interfaceBinarySpec
-