@Incubating public class NativeExecutableFileSpec extends Object
TODO:HH resolve naming conflict with existing NativeExecutableSpec
| Constructor and Description |
|---|
NativeExecutableFileSpec() |
| Modifier and Type | Method and 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)