Named
, SoftwareComponent
, SwiftBinary
@Incubating public interface SwiftExecutable extends SwiftBinary
Named.Namer
Modifier and Type | Method | Description |
---|---|---|
Provider<RegularFile> |
getExecutableFile() |
Returns the executable file for this binary.
|
Provider<Directory> |
getInstallDirectory() |
Returns the installation directory for this binary.
|
Provider<RegularFile> |
getRunScriptFile() |
Returns the script for running this binary.
|
getCompileModules, getLinkLibraries, getModule, getObjects, getRuntimeLibraries, getSwiftSource, isDebuggable, isTestable
Provider<RegularFile> getExecutableFile()
Provider<Directory> getInstallDirectory()
Provider<RegularFile> getRunScriptFile()