Class MetalCxxCompileTask.CompileAction

java.lang.Object
br.dev.pedrolamarao.gradle.metal.cxx.MetalCxxCompileTask.CompileAction
All Implemented Interfaces:
org.gradle.workers.WorkAction<MetalCxxCompileTask.CompileParameters>
Enclosing class:
MetalCxxCompileTask

public abstract static class MetalCxxCompileTask.CompileAction extends Object implements org.gradle.workers.WorkAction<MetalCxxCompileTask.CompileParameters>
Compile worker action.
  • Constructor Details

    • CompileAction

      public CompileAction()
  • Method Details

    • getExec

      @Inject public abstract org.gradle.process.ExecOperations getExec()
      Exec operations service.
      Returns:
      service
    • execute

      public void execute()
      Specified by:
      execute in interface org.gradle.workers.WorkAction<MetalCxxCompileTask.CompileParameters>