Dub.getPackageSuppliers

Get the list of package suppliers.

  1. PackageSupplier[] getPackageSuppliers(PackageSupplier[] additional_package_suppliers, SkipPackageSuppliers skip_registry)
    class Dub
    deprecated public
    PackageSupplier[]
    getPackageSuppliers
  2. PackageSupplier[] getPackageSuppliers(PackageSupplier[] additional_package_suppliers)

Parameters

additional_package_suppliers PackageSupplier[]

A list of package suppliers to try before the suppliers found in the configurations files and the defaultPackageSuppliers.

skip_registry SkipPackageSuppliers

Can be used to skip using the configured package suppliers, as well as the default suppliers.

Meta