FileSystemPackageSupplier

Undocumented in source.

Constructors

this
this(Path root)
Undocumented in source.

Members

Functions

cacheOp
void cacheOp(Path cacheDir, CacheOp op)
Undocumented in source. Be warned that the author may not have intended to support it.
getPackageDescription
Json getPackageDescription(string packageId, Dependency dep, bool pre_release)
Undocumented in source. Be warned that the author may not have intended to support it.
getVersions
Version[] getVersions(string package_id)
Undocumented in source. Be warned that the author may not have intended to support it.
retrievePackage
void retrievePackage(Path path, string packageId, Dependency dep, bool pre_release)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

description
string description [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PackageSupplier

description
string description [@property getter]

Returns a hunman readable representation of the supplier

getVersions
Version[] getVersions(string package_id)
Undocumented in source.
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