Class MetalIxxCompileBaseTask.ScanAction

java.lang.Object
br.dev.pedrolamarao.gradle.metal.ixx.MetalIxxCompileBaseTask.ScanAction
All Implemented Interfaces:
org.gradle.workers.WorkAction<MetalIxxCompileBaseTask.ScanParameter>
Enclosing class:
MetalIxxCompileBaseTask

public abstract static class MetalIxxCompileBaseTask.ScanAction extends Object implements org.gradle.workers.WorkAction<MetalIxxCompileBaseTask.ScanParameter>
Scan worker action.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    abstract org.gradle.process.ExecOperations
    Exec operations service.
    abstract org.gradle.api.provider.ProviderFactory
    Provider factory service.
    org.gradle.api.provider.Provider<File>
    Scanner executable path.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gradle.workers.WorkAction

    getParameters
  • Constructor Details

    • ScanAction

      public ScanAction()
  • Method Details

    • getExec

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

      @Inject public abstract org.gradle.api.provider.ProviderFactory getProviders()
      Provider factory service.
      Returns:
      service
    • getScanner

      @Input public org.gradle.api.provider.Provider<File> getScanner()
      Scanner executable path.
      Returns:
      provider
    • execute

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