Interface MetalIxxCompileBaseTask.ScanParameter

All Superinterfaces:
org.gradle.workers.WorkParameters
Enclosing class:
MetalIxxCompileBaseTask

public static interface MetalIxxCompileBaseTask.ScanParameter extends org.gradle.workers.WorkParameters
Scan worker parameters.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.workers.WorkParameters

    org.gradle.workers.WorkParameters.None
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.ListProperty<String>
    Compiler arguments.
    org.gradle.api.file.RegularFileProperty
    Output file.
    org.gradle.api.file.RegularFileProperty
    Source file.
  • Method Details

    • getCompileArgs

      org.gradle.api.provider.ListProperty<String> getCompileArgs()
      Compiler arguments.
      Returns:
      property
    • getOutputFile

      org.gradle.api.file.RegularFileProperty getOutputFile()
      Output file.
      Returns:
      property
    • getSourceFile

      org.gradle.api.file.RegularFileProperty getSourceFile()
      Source file.
      Returns:
      property