Package org.syncany.operations.log
Class LogOperation
- java.lang.Object
-
- org.syncany.operations.Operation
-
- org.syncany.operations.log.LogOperation
-
public class LogOperation extends Operation
-
-
Constructor Summary
Constructors Constructor Description LogOperation(Config config, LogOperationOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogOperationResult
execute()
Executes the operation synchronously and returns a result when the operation exits.
-
-
-
Constructor Detail
-
LogOperation
public LogOperation(Config config, LogOperationOptions options)
-
-
Method Detail
-
execute
public LogOperationResult execute() throws java.lang.Exception
Description copied from class:Operation
Executes the operation synchronously and returns a result when the operation exits. Using covariance is recommend, that is OperationFoo should override execute so as to return a OperationFooResult rather than OperationResult.
-
-