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 TypeMethodDescriptionorg.gradle.api.provider.ListProperty<String>Compiler arguments.org.gradle.api.file.RegularFilePropertyOutput file.org.gradle.api.file.RegularFilePropertySource 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
-