Package org.gradle.nativeplatform
Class NativeExecutableFileSpec
java.lang.Object
org.gradle.nativeplatform.NativeExecutableFileSpec
Specifies how to build and where to place a native executable file.
 
TODO:HH resolve naming conflict with existing NativeExecutableSpec
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetFile()The Tool Chain that produces the native executable.voidvoidsetToolChain(NativeToolChain toolChain) Sets the Tool Chain that produces the native executable.
- 
Constructor Details- 
NativeExecutableFileSpecpublic NativeExecutableFileSpec()
 
- 
- 
Method Details- 
getFile
- 
setFile
- 
getToolChainThe Tool Chain that produces the native executable.- Since:
- 4.7
 
- 
setToolChainSets the Tool Chain that produces the native executable.- Since:
- 4.7
 
 
-