Class MetalAsmCompileTask.CompileAction

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

public abstract static class MetalAsmCompileTask.CompileAction extends Object implements org.gradle.workers.WorkAction<MetalAsmCompileTask.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<MetalAsmCompileTask.CompileParameters>