@Incubating public class WindowsResourceCompile extends DefaultTask
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
コンストラクタと説明 |
---|
WindowsResourceCompile() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
compile(IncrementalTaskInputs inputs) |
List<String> |
getCompilerArgs()
Additional arguments to provide to the compiler.
|
FileCollection |
getIncludes()
Returns the header directories to be used for compilation.
|
org.gradle.language.nativebase.internal.incremental.IncrementalCompilerBuilder |
getIncrementalCompilerBuilder() |
Map<String,String> |
getMacros()
Macros that should be defined for the compiler.
|
File |
getOutputDir()
The directory where object files will be generated.
|
String |
getOutputType() |
FileCollection |
getSource()
Returns the source files to be compiled.
|
NativePlatform |
getTargetPlatform()
The platform being targeted.
|
NativeToolChain |
getToolChain()
The tool chain used for compilation.
|
void |
includes(Object includeRoots)
Add directories where the compiler should search for header files.
|
void |
setCompilerArgs(List<String> compilerArgs) |
void |
setMacros(Map<String,String> macros) |
void |
setOutputDir(File outputDir) |
void |
setTargetPlatform(NativePlatform targetPlatform) |
void |
setToolChain(NativeToolChain toolChain) |
void |
source(Object sourceFiles)
Adds a set of source files to be compiled.
|
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
@Inject public org.gradle.language.nativebase.internal.incremental.IncrementalCompilerBuilder getIncrementalCompilerBuilder()
public void compile(IncrementalTaskInputs inputs)
public NativeToolChain getToolChain()
public void setToolChain(NativeToolChain toolChain)
public NativePlatform getTargetPlatform()
public void setTargetPlatform(NativePlatform targetPlatform)
@OutputDirectory public File getOutputDir()
public void setOutputDir(File outputDir)
@InputFiles public FileCollection getIncludes()
public void includes(Object includeRoots)
@InputFiles public FileCollection getSource()
public void source(Object sourceFiles)
Project.files(Object...)
.@Input public Map<String,String> getMacros()
@Input public List<String> getCompilerArgs()