DustmiteCommand

Constructors

this
this()
Undocumented in source.

Members

Classes

DustmiteMatchException
class DustmiteMatchException
Undocumented in source.
DustmiteMismatchException
class DustmiteMismatchException
Undocumented in source.

Functions

check
void delegate(int, string) check(int code_match, string regex_match)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
int execute(Dub dub, string[] free_args, string[] app_args)
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
void prepare(CommandArgs args)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareDub
Dub prepareDub(CommonOptions options)

Inherited Members

From PackageBuildCommand

m_compilerName
string m_compilerName;
Undocumented in source.
m_arch
string m_arch;
Undocumented in source.
m_debugVersions
string[] m_debugVersions;
Undocumented in source.
m_dVersions
string[] m_dVersions;
Undocumented in source.
m_overrideConfigs
string[] m_overrideConfigs;
Undocumented in source.
baseSettings
GeneratorSettings baseSettings;
Undocumented in source.
m_defaultConfig
string m_defaultConfig;
Undocumented in source.
m_nodeps
bool m_nodeps;
Undocumented in source.
m_forceRemove
bool m_forceRemove;
Undocumented in source.
prepare
void prepare(CommandArgs args)
Undocumented in source. Be warned that the author may not have intended to support it.
setupVersionPackage
void setupVersionPackage(Dub dub, string str_package_info, string default_build_type)
Undocumented in source. Be warned that the author may not have intended to support it.
setupPackage
void setupPackage(Dub dub, UserPackageDesc udesc, string default_build_type)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta