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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFile()
The Tool Chain that produces the native executable.void
void
setToolChain
(NativeToolChain toolChain) Sets the Tool Chain that produces the native executable.
-
Constructor Details
-
NativeExecutableFileSpec
public NativeExecutableFileSpec()
-
-
Method Details
-
getFile
-
setFile
-
getToolChain
The Tool Chain that produces the native executable.- Since:
- 4.7
-
setToolChain
Sets the Tool Chain that produces the native executable.- Since:
- 4.7
-