beangle-micdn ~master (2021-10-31T17:47:52.0688389)
Dub
Repo
Config
beangle
micdn
asset
config
Undocumented in source.
class
Config {
immutable
Repo
repo
;
immutable
string
base
;
immutable
bool
publicList
;
Context
[
string
]
contexts
;
this
(string base, Repo repo, bool publicList);
void
addContext
(Context context);
static
Config
parse
(string content);
string
toXml
();
}
Constructors
this
this
(string base, Repo repo, bool publicList)
Undocumented in source.
Members
Functions
addContext
void
addContext
(Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
toXml
string
toXml
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
parse
Config
parse
(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
base
string
base
;
Undocumented in source.
contexts
Context
[
string
]
contexts
;
Undocumented in source.
publicList
bool
publicList
;
enable dir list
repo
Repo
repo
;
Undocumented in source.
Meta
Source
See Implementation
beangle
micdn
asset
config
classes
Config
Context
DirProvider
GavJarProvider
ZipProvider
interfaces
Provider
structs
Repo