beangle-micdn ~master (2021-10-31T17:47:52.0688389)
Dub
Repo
ZipProvider
beangle
micdn
asset
config
Undocumented in source.
class
ZipProvider :
Provider
{
string
file
;
string
location
;
this
(string file, string location);
string
path
();
string
toXml
(string indent);
}
Constructors
this
this
(string file, string location)
Undocumented in source.
Members
Functions
path
string
path
()
Undocumented in source. Be warned that the author may not have intended to support it.
toXml
string
toXml
(string indent)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
file
string
file
;
Undocumented in source.
location
string
location
;
Undocumented in source.
Inherited Members
From Provider
path
string
path
()
Undocumented in source.
toXml
string
toXml
(string indent)
Undocumented in source.
Meta
Source
See Implementation
beangle
micdn
asset
config
classes
Config
Context
DirProvider
GavJarProvider
ZipProvider
interfaces
Provider
structs
Repo