@Incubating public class Assemble extends DefaultTask
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
コンストラクタと説明 |
---|
Assemble() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
assemble() |
List<String> |
getAssemblerArgs()
Additional arguments to provide to the assembler.
|
File |
getObjectFileDir()
The directory where object files will be generated.
|
String |
getOutputType() |
FileCollection |
getSource() |
NativePlatform |
getTargetPlatform()
The platform being targeted.
|
NativeToolChain |
getToolChain()
The tool chain being used to build.
|
void |
setAssemblerArgs(List<String> assemblerArgs) |
void |
setObjectFileDir(File objectFileDir) |
void |
setTargetPlatform(NativePlatform targetPlatform) |
void |
setToolChain(NativeToolChain toolChain) |
void |
source(Object sourceFiles)
Adds a set of assembler sources files to be translated.
|
addValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString
public void assemble()
@InputFiles @SkipWhenEmpty public FileCollection getSource()
public void source(Object sourceFiles)
Project.files(Object...)
.@Input public List<String> getAssemblerArgs()
public NativeToolChain getToolChain()
public void setToolChain(NativeToolChain toolChain)
public NativePlatform getTargetPlatform()
public void setTargetPlatform(NativePlatform targetPlatform)
@OutputDirectory public File getObjectFileDir()
public void setObjectFileDir(File objectFileDir)