Named
, SoftwareComponent
, SwiftComponent
@Incubating public interface SwiftLibrary extends SwiftComponent
An instance of this type is added as a project extension by the Swift library plugin.
Named.Namer
Modifier and Type | Method | Description |
---|---|---|
Configuration |
getApiDependencies() |
Returns the API dependencies of this library.
|
SwiftSharedLibrary |
getDebugSharedLibrary() |
Returns the debug shared library for this library.
|
SwiftSharedLibrary |
getDevelopmentBinary() |
Returns the binary of the component to use as the default for development.
|
SwiftSharedLibrary |
getReleaseSharedLibrary() |
Returns the release shared library for this library.
|
getImplementationDependencies, getModule, getSource, getSwiftSource, source
Configuration getApiDependencies()
SwiftSharedLibrary getDevelopmentBinary()
getDevelopmentBinary
in interface SwiftComponent
SwiftSharedLibrary getDebugSharedLibrary()
SwiftSharedLibrary getReleaseSharedLibrary()