Action

Actions to be performed by the dub

Members

Enums

Type
enum Type
Undocumented in source.

Functions

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

Static functions

conflict
Action conflict(string pkg, Dependency dep, Dependency[string] context)
Undocumented in source. Be warned that the author may not have intended to support it.
failure
Action failure(string pkg, Dependency dep, Dependency[string] context)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Action get(string pkg, PlacementLocation location, Dependency dep, Dependency[string] context, Version old_version)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
Action remove(Package pkg, Dependency[string] context)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

existingVersion
Version existingVersion;
Undocumented in source.
issuer
Dependency[string] issuer;
Undocumented in source.
location
PlacementLocation location;
Undocumented in source.
pack
Package pack;
Undocumented in source.
packageId
string packageId;
Undocumented in source.
type
Type type;
Undocumented in source.
vers
Dependency vers;
Undocumented in source.

Meta