Class 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 Detail

      • NativeExecutableFileSpec

        public NativeExecutableFileSpec()
    • Method Detail

      • getFile

        public File getFile()
      • setFile

        public void setFile​(File file)
      • getToolChain

        public ToolChain getToolChain()
      • setToolChain

        public void setToolChain​(ToolChain toolChain)