FileSystemPackageSupplier

Undocumented in source.

Constructors

this
this(Path root)
Undocumented in source.

Members

Functions

getPackageDescription
Json getPackageDescription(string packageId, Dependency dep)
Undocumented in source. Be warned that the author may not have intended to support it.
retrievePackage
void retrievePackage(Path path, string packageId, Dependency dep)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PackageSupplier

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

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

getPackageDescription
Json getPackageDescription(string packageId, Dependency dep)

returns the metadata for the package

toString
string toString()

Returns a hunman readable representation of the supplier

Meta