Свойство | Тип | Описание | |
---|---|---|---|
CaptureSession | System | ||
GetCapabilityList | CapabilityList | ||
Load | |||
Start |
Метод | Описание | |
---|---|---|
CollectFiles ( [ archivePath, [ archiveUrl, [ handler ) : void |
Creates a archive containing the InstallationDir. Sets FeedBuilder.RetrievalMethod and calls FeedBuilder.CalculateDigest. |
|
Diff ( [ handler ) : void |
Collects data from the locations indicated by the differences between the Start state and the current system state.
|
|
Finish ( ) : void |
Finishes the capture process after Diff has been called an FeedBuilder.MainCandidate has been set.
|
|
Save ( [ path ) : void |
Saves the capture session to a snapshot file.
|
Метод | Описание | |
---|---|---|
CaptureSession ( [ snapshotBefore, [ feedBuilder ) : System | ||
GetCapabilityList ( |
||
Load ( [ path, [ feedBuilder ) : |
||
Start ( [ feedBuilder ) : |
public CollectFiles ( [ archivePath, [ archiveUrl, [ handler ) : void | ||
archivePath | [ | The path of the archive file to create. |
archiveUrl | [ | The URL where the archive will be uploaded. |
handler | [ | A callback object used when the the user needs to be informed about IO tasks. |
Результат | void |
public Diff ( [ handler ) : void | ||
handler | [ | A callback object used when the the user needs to be informed about IO tasks. |
Результат | void |