Package org.gradle.nativeplatform.tasks
Class PrefixHeaderFileGenerateTask.GeneratePrefixHeaderFile
java.lang.Object
org.gradle.nativeplatform.tasks.PrefixHeaderFileGenerateTask.GeneratePrefixHeaderFile
- All Implemented Interfaces:
WorkAction<PrefixHeaderFileGenerateTask.PrefixHeaderFileParameters>
- Enclosing class:
PrefixHeaderFileGenerateTask
abstract static class PrefixHeaderFileGenerateTask.GeneratePrefixHeaderFile
extends Object
implements WorkAction<PrefixHeaderFileGenerateTask.PrefixHeaderFileParameters>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()The work to perform when this work item executes.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.workers.WorkAction
getParameters
-
Constructor Details
-
GeneratePrefixHeaderFile
@Inject public GeneratePrefixHeaderFile()
-
-
Method Details
-
execute
public void execute()Description copied from interface:WorkActionThe work to perform when this work item executes.- Specified by:
executein interfaceWorkAction<PrefixHeaderFileGenerateTask.PrefixHeaderFileParameters>
-