PackageSupplier

Supplies packages, this is done by supplying the latest possible version which is available.

Members

Functions

getPackageDescription
Json getPackageDescription(string packageId, Dependency dep)

returns the metadata for the package

retrievePackage
void retrievePackage(Path path, string packageId, Dependency dep)

path: absolute path to store the package (usually in a zip format)

toString
string toString()

Returns a hunman readable representation of the supplier

Meta