DumpFileProvidier

Undocumented in source.

Constructors

this
this(string dumpFileName)
Undocumented in source.

Members

Functions

ensurePackageIsInCache
PackageDescriptionVersionRange[]* ensurePackageIsInCache(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getPackage
const(PackageDescription) getPackage(string name, string ver)
Undocumented in source. Be warned that the author may not have intended to support it.
getPackages
const(PackageDescriptionVersionRange)[] getPackages(string name, string verRange)
Undocumented in source. Be warned that the author may not have intended to support it.
getPackages
const(PackageDescriptionVersionRange)[] getPackages(string name, const(VersionRange) verRange)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cache
PackageDescriptionVersionRange[][string] cache;
Undocumented in source.
dumpFileName
string dumpFileName;
Undocumented in source.
isLoaded
bool isLoaded;
Undocumented in source.
parsedPackages
JSONValue[string] parsedPackages;
Undocumented in source.

Meta