SelectedVersions

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Json data)
Undocumented in source.
this
this(Path path)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
deselectVersion
void deselectVersion(string package_id)
Undocumented in source. Be warned that the author may not have intended to support it.
getSelectedVersion
Dependency getSelectedVersion(string packageId)
Undocumented in source. Be warned that the author may not have intended to support it.
hasSelectedVersion
bool hasSelectedVersion(string packageId)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(Path path)
Undocumented in source. Be warned that the author may not have intended to support it.
selectVersion
void selectVersion(string package_id, Version version_)
Undocumented in source. Be warned that the author may not have intended to support it.
selectVersion
void selectVersion(string package_id, Path path)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
Json serialize()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(SelectedVersions versions)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

defaultFile
enum defaultFile;
Undocumented in source.

Properties

dirty
bool dirty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedPackages
string[] selectedPackages [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

dependencyFromJson
Dependency dependencyFromJson(Json j)
Undocumented in source. Be warned that the author may not have intended to support it.
dependencyToJson
Json dependencyToJson(Dependency d)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta