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 Details

    • NativeExecutableFileSpec

      public NativeExecutableFileSpec()
  • Method Details

    • getFile

      public File getFile()
    • setFile

      public void setFile(File file)
    • getToolChain

      public ToolChain getToolChain()
    • setToolChain

      public void setToolChain(ToolChain toolChain)