Package sonia.scm.repository.spi
Interface UnbundleCommand
public interface UnbundleCommand
Service provider implementation for the unbundle command.
- Since:
- 1.43
-
Method Summary
Modifier and TypeMethodDescriptionunbundle
(UnbundleCommandRequest request) The unbundle command can restore an empty repository from a bundle.
-
Method Details
-
unbundle
The unbundle command can restore an empty repository from a bundle.- Parameters:
request
- unbundle request- Returns:
- unbundle response
- Throws:
IOException
-