Interface Product

  • All Superinterfaces:
    Named

    public interface Product
    extends Named
    A product in a Swift Package Manager package.
    Since:
    4.6
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of this product.
        Specified by:
        getName in interface Named
        Returns:
        The name. Never null.