Config

Undocumented in source.

Constructors

this
this(string base, bool cacheable, bool publicList, string[] remoteRepos)
Undocumented in source.

Members

Static functions

parse
Config parse(string content)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

AliyunURL
auto AliyunURL;
Undocumented in source.
CentralURL
auto CentralURL;
Undocumented in source.

Variables

base
string base;

artifact local repo

cacheable
bool cacheable;

cache the artifacts

defaultRepo
string defaultRepo;

default remote repo

publicList
bool publicList;

enable dir list

remoteRepos
string[] remoteRepos;

candinates remote repos

Meta