Метод | Описание | |
---|---|---|
AddMissing ( [ implementation, [ handler, [ executor = null, [ keepDownloads = null ) : void |
Adds missing data (by downloading and infering) to an Implementation.
|
Метод | Описание | |
---|---|---|
Build ( [ retrievalMethod, [ handler, [ keepDownloads = null ) : Implementation | ||
ConvertSha256ToSha256New ( [ implementation, [ executor ) : void | ||
GenerateDigest ( [ path, [ handler, [ keepDownloads = null ) : ManifestDigest | ||
GenerateMissingArchive ( [ implementation, [ handler, [ executor ) : void | ||
IsDownloadSizeMissing ( [ retrievalMethod ) : bool | ||
IsManifestDigestMissing ( [ implementation ) : bool | ||
UpdateDigest ( [ implementation, [ path, [ handler, [ executor, [ keepDownloads = null ) : void |
Updates the ManifestDigest in an Implementation.
|
public static AddMissing ( [ implementation, [ handler, [ executor = null, [ keepDownloads = null ) : void | ||
implementation | [ | The |
handler | [ | A callback object used when the the user is to be informed about progress. |
executor | [ | Used to apply properties in an undoable fashion. |
keepDownloads | [ | Used to retain downloaded implementations; can be |
Результат | void |