public interface LinkExecutable extends Task
Task.Namer
TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Modifier and Type | Method and Description |
---|---|
Provider<RegularFile> |
getLinkedFile()
Returns the location of the linked binary.
|
ListProperty<String> |
getLinkerArgs()
Additional arguments to provide to the linker.
|
Provider<NativeToolChain> |
getToolChain()
The tool chain used for the compilation.
|
configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
compareTo
getExtensions
@Internal Provider<NativeToolChain> getToolChain()
NativeToolChain
instance of the tool chain used for the compilation, never null.@Input ListProperty<String> getLinkerArgs()
@OutputFile Provider<RegularFile> getLinkedFile()