Package sonia.scm.repository.spi
Interface BundleCommand
public interface BundleCommand
Service provider implementation for the bundle command.
- Since:
- 1.43
-
Method Summary
Modifier and TypeMethodDescriptionbundle
(BundleCommandRequest request) The bundle command dumps a repository to a byte source such as a file.default String
-
Method Details
-
bundle
The bundle command dumps a repository to a byte source such as a file.- Parameters:
request
- bundle command request- Returns:
- bundle response
- Throws:
IOException
-
getFileExtension
-