Package org.gradle.swiftpm
Interface Product
-
- All Superinterfaces:
Named
@Incubating public interface Product extends Named
A product in a Swift Package Manager package.- Since:
- 4.6
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of this product.
-