Fetch

Undocumented in source.

Constructors

this
this(string name, string summary)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

buildFilename
string buildFilename(string ver)
Undocumented in source. Be warned that the author may not have intended to support it.
buildUrl
string buildUrl(string version_, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
checkPageStatus
void checkPageStatus(HttpGet page, string url)
Undocumented in source. Be warned that the author may not have intended to support it.
createPath
void createPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
digitalMarsUrl
string digitalMarsUrl(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
dlangUrl
string dlangUrl(string version_, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
downloadFile
void[] downloadFile(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
void execute()
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
void fetch(string source, string destination)
Undocumented in source. Be warned that the author may not have intended to support it.
fetchDMC
void fetchDMC(string destinationPath)
Undocumented in source. Be warned that the author may not have intended to support it.
getDMDVersion
string getDMDVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
getDVersion
string getDVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
getLatestDMDVersion
string getLatestDMDVersion(string dVersion)
Undocumented in source. Be warned that the author may not have intended to support it.
isPreRelease
bool isPreRelease(string version_)
Undocumented in source. Be warned that the author may not have intended to support it.
platformForArchive
string platformForArchive()
Undocumented in source. Be warned that the author may not have intended to support it.
urlExists
bool urlExists(string url, float timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
validateArguments
void validateArguments(string errorMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFile
void writeFile(void[] data, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

dmcArchiveName
enum dmcArchiveName;
Undocumented in source.
userAgent
enum userAgent;
Undocumented in source.

Inherited Members

From Command

name
string name;
Undocumented in source.
summary
string summary;
Undocumented in source.
args
Args args;
Undocumented in source.
options
Options options;
Undocumented in source.
execute
void execute()
Undocumented in source.
invoke
void invoke(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
invoke
void invoke(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta