Package org.gradle.nativeplatform
Class NativeExecutableFileSpec
- java.lang.Object
-
- org.gradle.nativeplatform.NativeExecutableFileSpec
-
@Incubating public class NativeExecutableFileSpec extends Object
Specifies how to build and where to place a native executable file.TODO:HH resolve naming conflict with existing NativeExecutableSpec
-
-
Constructor Summary
Constructors Constructor Description NativeExecutableFileSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
ToolChain
getToolChain()
void
setFile(File file)
void
setToolChain(ToolChain toolChain)
-