Package sonia.scm.repository.spi
Interface ModifyCommand.Worker
- All Known Subinterfaces:
ModifyWorkerHelper
- Enclosing interface:
- ModifyCommand
public static interface ModifyCommand.Worker
Implementations should use the
ModifyWorkerHelper
for this.-
Method Summary
-
Method Details
-
delete
- Throws:
IOException
-
create
- Throws:
IOException
-
modify
- Throws:
IOException
-
move
- Throws:
IOException
- Since:
- 2.28.0
-