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