Dub.getPackageSuppliers

Instantiate a PackageSupplier according to a given URL

This is a factory function for PackageSupplier. Child classes may wish to override this to implement their own PackageSupplier logic, be it by extending this method's ability or replacing it.

  1. PackageSupplier[] getPackageSuppliers(PackageSupplier[] base, SkipPackageSuppliers skip)
  2. PackageSupplier[] getPackageSuppliers(PackageSupplier[] additional_package_suppliers)
    class Dub
    deprecated
    PackageSupplier[]
    getPackageSuppliers
    ()

Return Value

Type: PackageSupplier[]

A new instance of a PackageSupplier.

Meta