@Incubating public class NativeExecutableFileSpec extends Object
TODO:HH resolve naming conflict with existing NativeExecutableSpec
| Constructor | Description | 
|---|---|
| NativeExecutableFileSpec() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| File | getFile() | |
| NativeToolChain | getToolChain() | The Tool Chain that produces the native executable. | 
| void | setFile(File file) | |
| void | setToolChain(NativeToolChain toolChain) | Sets the Tool Chain that produces the native executable. | 
public File getFile()
public void setFile(File file)
public NativeToolChain getToolChain()
public void setToolChain(NativeToolChain toolChain)