Interface SwiftExecutable

All Superinterfaces:
Named, SoftwareComponent, SwiftBinary

@Incubating public interface SwiftExecutable extends SwiftBinary
An executable built from Swift source.
Since:
4.2
  • Method Details

    • getExecutableFile

      Provider<RegularFile> getExecutableFile()
      Returns the executable file for this binary.
      Since:
      4.4
    • getInstallDirectory

      Provider<Directory> getInstallDirectory()
      Returns the installation directory for this binary.
      Since:
      4.4
    • getRunScriptFile

      Provider<RegularFile> getRunScriptFile()
      Returns the script for running this binary.
      Since:
      4.4