RegistryPackageSupplier

Client PackageSupplier using the registry available via registerVpmRegistry

class RegistryPackageSupplier : PackageSupplier {}

Inherited Members

From PackageSupplier

description
string description [@property getter]

Returns a hunman readable representation of the supplier

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

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

getPackageDescription
Json getPackageDescription(string packageId, Dependency dep, bool pre_release)

returns the metadata for the package

cacheOp
void cacheOp(Path cacheDir, CacheOp op)

perform cache operation

Meta