public interface CreateStaticLibrary 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 |
---|---|
ListProperty<String> |
getArchiverArgs()
Additional arguments to provide to the archiver.
|
Provider<RegularFile> |
getOutputFile()
Returns the location of the created binary.
|
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> getArchiverArgs()
@OutputFile Provider<RegularFile> getOutputFile()