Dub.makePackageSupplier

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.

class Dub
protected const
PackageSupplier
makePackageSupplier
(
string url
)

Parameters

url string

The URL of the PackageSupplier.

Return Value

Type: PackageSupplier

A new instance of a PackageSupplier.

Meta