Package org.syncany.operations.update
Provides classes necessary for the application update and
version check against the Syncany API.
The central class in this package is the
UpdateOperation
.
It is executed by the command line client and/or via the daemon API.
- See Also:
- Syncany Website/API,
Operation
-
Class Summary Class Description AppInfo This class represents an information object describing an application release for a single distribution type.AppInfoResponse This class represents the response from the Syncany API when checking the newest application versions.UpdateOperation This operation manages updates of the application.UpdateOperationOptions Options class to configure theUpdateOperation
.UpdateOperationResult Result class returned by theUpdateOperation
. -
Enum Summary Enum Description UpdateOperationAction Actions contained in theUpdateOperation
.UpdateOperationResult.UpdateResultCode Result code of the update operation.