Package org.syncany.operations

Provides classes used by multiple/all core operations, and the abstract classes they inherit from.

Operations implement the majority of the application's bahavioral logic. All operations follow the same pattern. An Operation is configured via a corresponding OperationOptions object and, when executed, returns a OperationResult object.